UIElement.MouseMove Event
Occurs when the mouse pointer moves while over this element.
Assembly: PresentationCore (in PresentationCore.dll)
This event creates an alias for the Mouse.MouseMove attached event for this class, so that MouseMove is part of the class members list when UIElement is inherited as a base element. Event handlers that are attached to the MouseMove event are attached to the underlying Mouse.MouseMove attached event and receive the same event data instance.
Identifier field | |
Routing strategy | Bubbling |
Delegate |
The corresponding tunneling event is PreviewMouseMove.
Override OnMouseMove to implement class handling for this event in derived classes.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0