Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / OnDoubleTapped Method
Event data for the event.

In This Topic
    OnDoubleTapped Method (C1ListBox)
    In This Topic
    Called before the System.Windows.UIElement.DoubleTap event occurs.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDoubleTapped( _
       ByVal e As DoubleTappedRoutedEventArgs _
    ) 
    protected virtual void OnDoubleTapped( 
       DoubleTappedRoutedEventArgs e
    )

    Parameters

    e
    Event data for the event.
    See Also