IInputElement.StylusUp Event

Definition

Occurs when the stylus is raised off the digitizer while over this element.

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