Class ValueChangedEventArgs
Represent the ValueChanged event arguments of pointer.
Inheritance
System.Object
System.EventArgs
ValueChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Double |