Occurs when the coordinate position of the mouse (or stylus) changes while over a
System.Windows.UIElement (or while a
System.Windows.UIElement holds mouse capture).
Syntax
Event Data
The event handler receives an argument of type MouseEventArgs containing data related to this event. The following MouseEventArgs properties provide information specific to this event.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also