ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / OnDoubleTapped Method
Event data for the event.

In This Topic
    OnDoubleTapped Method (C1ListViewer)
    In This Topic
    Called before the System.Windows.UIElement.DoubleTap event occurs.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnDoubleTapped( _
       ByVal e As Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs _
    ) 
    protected override void OnDoubleTapped( 
       Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e
    )

    Parameters

    e
    Event data for the event.
    See Also