MindFusion.Wpf Pack Programmer's Guide
Pointer.ValueChanged Event
See Also
 





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

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public event ValueChangedEventHandler<Double> ValueChanged

Visual Basic  Copy Code

Public Event ValueChanged As ValueChangedEventHandler(Of Double)

 Event Data

ValueChanged event handlers receive an argument of type ValueChangedEventArgs<Double>.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Wpf Namespace