Class RangeSliderValueChangingEventArgs
Provides the event data for the RangeSlider value changing event.
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public class RangeSliderValueChangingEventArgs : CancelEventArgs
Constructors
RangeSliderValueChangingEventArgs()
Declaration
public RangeSliderValueChangingEventArgs()
Properties
NewRangeEnd
Gets the end value of the new range in Range Slider
Declaration
public double NewRangeEnd { get; }
Property Value
Type |
---|
System.Double |
NewRangeStart
Gets the new range start value of Range Slider.
Declaration
public double NewRangeStart { get; }
Property Value
Type |
---|
System.Double |