'宣言 Public Event PointerDragCancel As PointerDragEventHandler
public event PointerDragEventHandler PointerDragCancel
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、PointerDragEventArgs 型の引数を受け取りました。次の PointerDragEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Button | Gets which mouse button was pressed. C1.Win.C1Gauge.ItemMouseEventArgsから継承されます。 |
| Clicks | Gets the number of times the mouse button was pressed or released. C1.Win.C1Gauge.ItemMouseEventArgsから継承されます。 |
| Container | Gets the owner C1Gauge control. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| Gauge | Gets the owner C1GaugeBase for the item causing the event. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| Item | Gets the item causing the event. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| ItemEnabled | Indicates whether the item can be hit-tested. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| ItemHot | Indicates whether the mouse pointer stays over the item. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| ItemPressed | Indicates whether the item is in 'pressed' state. C1.Win.C1Gauge.ItemEventArgsから継承されます。 |
| Location | Gets the location of the mouse during the generating mouse event. C1.Win.C1Gauge.ItemMouseEventArgsから継承されます。 |
| NewValue | Gets the suggested new value for the pointer. |
| Pointer | Gets the Gauge pointer being dragged. |
| X | Gets the x-coordinate of the mouse, in pixels. C1.Win.C1Gauge.ItemMouseEventArgsから継承されます。 |
| Y | Gets the y-coordinate of the mouse, in pixels. C1.Win.C1Gauge.ItemMouseEventArgsから継承されます。 |
解説
This event is supported if the C1Gauge.Selectable property is True.
参照