ContentElement::MouseMove Event
.NET Framework (current version)
Occurs when the mouse pointer moves while over this element.
Assembly: PresentationCore (in PresentationCore.dll)
public: event MouseEventHandler^ MouseMove { virtual void add(MouseEventHandler^ value) sealed; virtual void remove(MouseEventHandler^ value) sealed; }
Implements
IInputElement::MouseMoveThis event creates an alias for the Mouse::MouseMove attached event for this class, so that MouseMove is part of the class members list when ContentElement 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
Available since 3.0
Show: