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