'Declaration Public Event StylusButtonUp As StylusButtonEventHandler
public event StylusButtonEventHandler StylusButtonUp
Event Data
The event handler receives an argument of type StylusButtonEventArgs containing data related to this event. The following StylusButtonEventArgs properties provide information specific to this event.
Property | Description |
---|---|
StylusButton | Gets the System.Windows.Input.StylusButton that raises this event. |
See Also