IInputElement.PreviewStylusMove Event

Definition

Occurs when the stylus moves while the stylus is over the element.

public:
 event System::Windows::Input::StylusEventHandler ^ PreviewStylusMove;
event System.Windows.Input.StylusEventHandler PreviewStylusMove;
member this.PreviewStylusMove : System.Windows.Input.StylusEventHandler 
Event PreviewStylusMove 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