BulletGraph for WinForms
ItemDoubleClick イベント (C1GaugeBase)

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

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