Control.OnDoubleTapped(DoubleTappedRoutedEventArgs) Method

Definition

Called before the DoubleTapped event occurs.

C#
protected virtual void OnDoubleTapped(DoubleTappedRoutedEventArgs e);

Parameters

e
DoubleTappedRoutedEventArgs

Event data for the event.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also