名前 | 解説 | |
---|---|---|
Disposed | System.ComponentModel.Componentから継承されます。 | |
FormatLabel | Occurs when C1GaugeLabels or C1GaugeSingleLabel converts a value to the string representation. | |
ItemClick | Occurs when a Gauge item is clicked. | |
ItemDoubleClick | Occurs when a Gauge item is double-clicked. | |
ItemMouseDown | Occurs when the mouse pointer is over a Gauge item and a mouse button is pressed. | |
ItemMouseEnter | Occurs when the mouse pointer enters a Gauge item. | |
ItemMouseLeave | Occurs when the mouse pointer leaves a Gauge item. | |
ItemMouseMove | Occurs when the mouse pointer is moved over a Gauge item. | |
ItemMouseUp | Occurs when the mouse pointer is over a Gauge item and a mouse button is released. | |
ItemStateChanged | Occurs when the state of a Gauge item is changed. | |
MouseClick | Occurs when the Gauge is clicked by the mouse. | |
MouseDoubleClick | Occurs when the Gauge is double clicked by the mouse. | |
PointerDragBegin | Occurs when the user starts dragging a Gauge pointer. | |
PointerDragCancel | Occurs if the user cancels dragging a Gauge pointer by pressing the Escape key. | |
PointerDragEnd | Occurs when the user ends dragging a Gauge pointer. | |
PointerDragMove | Occurs when a Gauge pointer is dragged with the mouse. | |
PointerValueChanged | Occurs when the C1GaugePointer.Value property changes for some Gauge pointer. | |
ValueChanged | Occurs when the Value property changes for the main pointer. |