Class ValueChangedEventArgs
Provides event data for the ValueChanged event.
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets the updated value of pointer.
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double | The value. |