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