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