'Declaration Public Event MissedTap As EventHandler(Of TouchEventArgs)
public event EventHandler<TouchEventArgs> MissedTap
Event Data
The event handler receives an argument of type TouchEventArgs containing data related to this event. The following TouchEventArgs properties provide information specific to this event.
Property | Description |
---|---|
X | Gets the contact's X coordinate, in pixels. |
Y | Gets the contact's Y coordinate, in pixels. |
See Also