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