ComponentOne Gauges for WinForms
ItemMouseLeave Event (C1GaugeBase)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1GaugeBase Class : ItemMouseLeave Event
Occurs when the mouse pointer leaves a Gauge item.
Syntax
'Declaration
 
Public Event ItemMouseLeave As ItemEventHandler
public event ItemEventHandler ItemMouseLeave
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