Class ValueChangedEventArgs
Provides event data for the ValueChanged event.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.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 current value. |