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