Class RangeEventArgs
The RangeEventArgs class contains properties.
Inheritance
System.Object
RangeEventArgs
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public class RangeEventArgs : EventArgs
Constructors
RangeEventArgs()
Declaration
public RangeEventArgs()
Properties
End
Gets the RangeEnd value.
Declaration
public float End { get; }
Property Value
| Type |
|---|
| System.Single |
RangeSlider
Gets the Range Slider.
Declaration
public SfRangeSlider RangeSlider { get; }
Property Value
| Type |
|---|
| SfRangeSlider |
Start
Gets the RangeStart value.
Declaration
public float Start { get; }
Property Value
| Type |
|---|
| System.Single |