Control.OnDoubleTapped(DoubleTappedRoutedEventArgs) Method
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.
Called before the DoubleTapped event occurs.
protected:
virtual void OnDoubleTapped(DoubleTappedRoutedEventArgs ^ e) = OnDoubleTapped;
void OnDoubleTapped(DoubleTappedRoutedEventArgs const& e);
protected virtual void OnDoubleTapped(DoubleTappedRoutedEventArgs e);
function onDoubleTapped(e)
Protected Overridable Sub OnDoubleTapped (e As DoubleTappedRoutedEventArgs)
Parameters
Event data for the event.