BulletGraph for WinForms
ItemMouseLeave イベント (C1Gauge)

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1Gauge クラス : ItemMouseLeave イベント
Occurs when the mouse pointer leaves a Gauge item.
シンタックス
'宣言
 
Public Event ItemMouseLeave As ItemEventHandler
public event ItemEventHandler ItemMouseLeave
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ItemEventArgs 型の引数を受け取りました。次の ItemEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
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.  
参照