Control.OnRightTapped(RightTappedRoutedEventArgs) Method

Definition

Called before the RightTapped event occurs.

protected:
 virtual void OnRightTapped(RightTappedRoutedEventArgs ^ e) = OnRightTapped;
void OnRightTapped(RightTappedRoutedEventArgs const& e);
protected virtual void OnRightTapped(RightTappedRoutedEventArgs e);
function onRightTapped(e)
Protected Overridable Sub OnRightTapped (e As RightTappedRoutedEventArgs)

Parameters

e
RightTappedRoutedEventArgs

Event data for the event.

Applies to

See also