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