Charting for WinForms Programmer's Guide
Pointer.ValueChanged Event
See Also
 






Occurs when the Value of this pointer changes, either programmatically or interactively.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event ValueChangedEventHandler<Single> ValueChanged

Visual Basic  Copy Code

Public Event ValueChanged As ValueChangedEventHandler(Of Single)

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs<T>.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges Namespace