Thrown when the user performs a two finger tap on the Touch interface.
The event handler receives an argument of type TwoFingerTapEventArgs containing data related to this event. The following TwoFingerTapEventArgs properties provide information specific to this event.
Property | Description |
---|
FirstFingerLocation | Gets the location of the first finger during a two finger tap with the touch interface. |
SecondFingerLocation | Gets the location of the second finger during a two finger tap with the touch interface. |