Class CalendarSelectionChangedEventArgs
Represents a class which is used to hold the selection changed event details
Inheritance
System.Object
    CalendarSelectionChangedEventArgs
  Namespace: Syncfusion.Maui.Toolkit.Calendar
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class CalendarSelectionChangedEventArgs : EventArgs
  Constructors
CalendarSelectionChangedEventArgs()
Declaration
public CalendarSelectionChangedEventArgs()
  Properties
NewValue
Gets the new selected date/dates/range value.
Declaration
public object NewValue { get; }
  Property Value
| Type | 
|---|
| System.Object | 
OldValue
Gets the previous selected date/dates/range value.
Declaration
public object OldValue { get; }
  Property Value
| Type | 
|---|
| System.Object |