Class ValueChangedEventArgs
value changed event args
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets or sets the value
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |