UIElement.TappedEvent Property

Definition

Gets the identifier for the Tapped routed event.

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

Property Value

The identifier for the Tapped routed event.

Applies to

See also