Occurs when the Value of this pointer changes, either programmatically or interactively.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public event ValueChangedEventHandler<Single> ValueChanged |
Visual Basic
Copy Code
|
|---|
Public Event ValueChanged As ValueChangedEventHandler(Of Single) |
Event DataCollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs<T>.
See Also