Class SelectedDateChangedEventArgs
Provides event data for the SfCalendar.SelectedDateChanged event.
Inheritance
System.Object
SelectedDateChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public class SelectedDateChangedEventArgs : EventArgs
Properties
NewDate
Gets the new date selected.
Declaration
public Nullable<DateTimeOffset> NewDate { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> | The new date selected. |
OldDate
Gets the date previously selected.
Declaration
public Nullable<DateTimeOffset> OldDate { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> | The date previously selected. |