ComponentOne Gauges for WinForms
ItemStateChanged Event (C1Gauge)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1Gauge Class : ItemStateChanged Event
Occurs when the state of a Gauge item is changed.
Syntax
'Declaration
 
Public Event ItemStateChanged As ItemEventHandler
public event ItemEventHandler ItemStateChanged
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