IInputElement.MouseMove Event

Definition

Occurs when the mouse pointer moves while the mouse pointer is over the element.

public:
 event System::Windows::Input::MouseEventHandler ^ MouseMove;
event System.Windows.Input.MouseEventHandler MouseMove;
member this.MouseMove : System.Windows.Input.MouseEventHandler 
Event MouseMove As MouseEventHandler 

Event Type

Remarks

This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.

Applies to

See also