UIElement.RightTappedEvent Property

Definition

Gets the identifier for the RightTapped routed event.

public:
 static property RoutedEvent ^ RightTappedEvent { RoutedEvent ^ get(); };
static RoutedEvent RightTappedEvent();
public static RoutedEvent RightTappedEvent { get; }
var routedEvent = UIElement.rightTappedEvent;
Public Shared ReadOnly Property RightTappedEvent As RoutedEvent

Property Value

The identifier for the RightTapped routed event.

Applies to

See also