Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListViewer Class / OnDoubleTap Method
Event data for the event.

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

    Parameters

    e
    Event data for the event.
    See Also