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