Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / ItemDoubleClick Event

In This Topic
    ItemDoubleClick Event (C1Gauge)
    In This Topic
    Occurs when a Gauge item is double-clicked.
    Syntax
    'Declaration
     
    Public Event ItemDoubleClick As ItemEventHandler
    public event ItemEventHandler ItemDoubleClick
    Event Data

    The event handler receives an argument of type ItemEventArgs containing data related to this event. The following ItemEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the owner C1Gauge control.  
    Gets the owner C1GaugeBase for the item causing the event.  
    Gets the item causing the event.  
    Indicates whether the item can be hit-tested.  
    Indicates whether the mouse pointer stays over the item.  
    Indicates whether the item is in 'pressed' state.  
    See Also