RightTappedEventArgs Class

Definition

Contains event data for the GestureRecognizer.RightTapped event.

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

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

Properties

PointerDeviceType

Gets the device type of the input source.

Position

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

Applies to