Visual Basic
C#
Managed Extensions for C++
C++/CLI
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. |