Class ValueChangedEventArgs
Represents the value changed event arguments. You can customize the digital gauge values using ValueChangedEventArgs.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
DigitalGauge
Gets the digital gauge.
Declaration
public SfDigitalGauge DigitalGauge { get; }
Property Value
Type | Description |
---|---|
SfDigitalGauge | The digital gauge. |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |