Class DateTimeSliderValueChangingEventArgs
Provides the event data for the DateTime Slider value changing event.
Inheritance
System.Object
DateTimeSliderValueChangingEventArgs
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public class DateTimeSliderValueChangingEventArgs : CancelEventArgs
Constructors
DateTimeSliderValueChangingEventArgs()
Declaration
public DateTimeSliderValueChangingEventArgs()
Properties
NewValue
Gets the new DateTime value of slider.
Declaration
public DateTime NewValue { get; }
Property Value
Type |
---|
System.DateTime |