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

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

    Parameters

    e
    Event data for the event.
    See Also