IInputElement.PreviewStylusInAirMove Event

Definition

Occurs when the stylus moves over an element, but without touching the digitizer.

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