BulletGraph for WinForms
ItemStateChanged イベント (C1GaugeBase)

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1GaugeBase クラス : ItemStateChanged イベント
Occurs when the state of a Gauge item is changed.
シンタックス
'宣言
 
Public Event ItemStateChanged As ItemEventHandler
public event ItemEventHandler ItemStateChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照