UIElement.TappedEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.