ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / ItemClick Event

In This Topic
    ItemClick Event (C1Gauge)
    In This Topic
    Occurs when a Gauge item is clicked.
    Syntax
    'Declaration
     
    Public Event ItemClick As ItemEventHandler
    public event ItemEventHandler ItemClick
    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