IInputElement.StylusButtonDown Event

Definition

Occurs when the stylus button is pressed while the stylus is over this element.

public:
 event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonDown;
event System.Windows.Input.StylusButtonEventHandler StylusButtonDown;
member this.StylusButtonDown : System.Windows.Input.StylusButtonEventHandler 
Event StylusButtonDown As StylusButtonEventHandler 

Event Type

Remarks

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

Applies to

See also