Class DatePickerSelectionChangedEventArgs
Date picker selection changed event arguments.
Inheritance
System.Object
DatePickerSelectionChangedEventArgs
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class DatePickerSelectionChangedEventArgs : EventArgs
Constructors
DatePickerSelectionChangedEventArgs()
Declaration
public DatePickerSelectionChangedEventArgs()
Properties
NewValue
Gets the new selected date value.
Declaration
public Nullable<DateTime> NewValue { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
OldValue
Gets the previous selected date value.
Declaration
public Nullable<DateTime> OldValue { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |