TappedEventArgs Class

Definition

Contains event data for the Tapped event.

For more details on this API, please see the the UWP WinRT TappedEventArgs topic.

public ref class TappedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TappedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TappedEventArgs
Public NotInheritable Class TappedEventArgs
Inheritance
Object Platform::Object IInspectable TappedEventArgs
Attributes

Properties

PointerDeviceType

Gets the device type of the input source.

Position

Gets the location of the touch, mouse, or pen/stylus contact.

TapCount

Gets the number of times the tap interaction was detected.

Applies to