Class CalendarViewChangedEventArgs
Represents a class which is used to hold the view changed event details.
Inheritance
System.Object
CalendarViewChangedEventArgs
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public class CalendarViewChangedEventArgs : EventArgs
Constructors
CalendarViewChangedEventArgs()
Declaration
public CalendarViewChangedEventArgs()
Properties
NewView
Gets the new calendar view.
Declaration
public CalendarView NewView { get; }
Property Value
Type |
---|
CalendarView |
NewVisibleDates
Gets the visible dates that visible on current view.
Declaration
public ReadOnlyCollection<DateTime> NewVisibleDates { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ReadOnlyCollection<System.DateTime> |
OldView
Gets the old calendar view.
Declaration
public CalendarView OldView { get; }
Property Value
Type |
---|
CalendarView |
OldVisibleDates
Gets the visible dates that visible on previous view.
Declaration
public ReadOnlyCollection<DateTime> OldVisibleDates { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ReadOnlyCollection<System.DateTime> |