Class ValueChangedEventArgs
Represent the ValueChanged event arguments of pointer.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets the value of a pointer value property.
Declaration
public double Value { get; }
Property Value
Type |
---|
System.Double |