'Declaration Public Event StylusLeave As StylusEventHandler
public event StylusEventHandler StylusLeave
Event Data
The event handler receives an argument of type StylusEventArgs containing data related to this event. The following StylusEventArgs properties provide information specific to this event.
Property | Description |
---|---|
InAir | Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer. |
Inverted | Gets a value that indicates whether the stylus in inverted. |
StylusDevice | Gets the System.Windows.Input.StylusDevice that represents the stylus. |
See Also