'宣言 Public Event ItemDoubleClick As ItemEventHandler
public event ItemEventHandler ItemDoubleClick
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ItemEventArgs 型の引数を受け取りました。次の ItemEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Container | Gets the owner C1Gauge control. |
Gauge | Gets the owner C1GaugeBase for the item causing the event. |
Item | Gets the item causing the event. |
ItemEnabled | Indicates whether the item can be hit-tested. |
ItemHot | Indicates whether the mouse pointer stays over the item. |
ItemPressed | Indicates whether the item is in 'pressed' state. |
参照