ComponentOne Gauges for WinForms
PointerValueChanged Event

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1GaugeBase Class : PointerValueChanged Event
Occurs when the Value property changes for some Gauge pointer.
Syntax
'Declaration
 
Public Event PointerValueChanged As PointerValueChangedEventHandler
public event PointerValueChangedEventHandler PointerValueChanged
Event Data

The event handler receives an argument of type PointerValueChangedEventArgs containing data related to this event. The following PointerValueChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the Gauge pointer which value has been changed.  
See Also