Class DateChangingEventArgs
Provides event data for the SelectedDateChanging event.
Inheritance
System.Object
DateChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class DateChangingEventArgs : CancelEventArgs
Constructors
DateChangingEventArgs()
Declaration
public DateChangingEventArgs()
Properties
NewDate
Gets the new date time selected in the SfDatePicker.
Declaration
public Nullable<DateTimeOffset> NewDate { get; }
Property Value
Type |
---|
System.Nullable<System.DateTimeOffset> |
OldDate
Gets the previously selected date time in the SfDatePicker.
Declaration
public Nullable<DateTimeOffset> OldDate { get; }
Property Value
Type |
---|
System.Nullable<System.DateTimeOffset> |