ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / OnItemDoubleClick Method

In This Topic
    OnItemDoubleClick Method (C1GaugeBase)
    In This Topic
    Raises the ItemDoubleClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemDoubleClick( _
       ByVal e As ItemEventArgs _
    ) 
    protected virtual void OnItemDoubleClick( 
       ItemEventArgs e
    )

    Parameters

    e
    See Also