IInputElement.StylusMove Event

Definition

Occurs when the stylus cursor moves over the element.

public:
 event System::Windows::Input::StylusEventHandler ^ StylusMove;
event System.Windows.Input.StylusEventHandler StylusMove;
member this.StylusMove : System.Windows.Input.StylusEventHandler 
Event StylusMove As StylusEventHandler 

Event Type

Remarks

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

Applies to

See also