Class MonthChangingEventArgs
Month changed event arguments.
Inheritance
System.Object
MonthChangingEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class MonthChangingEventArgs : EventArgs
Constructors
MonthChangingEventArgs()
Declaration
public MonthChangingEventArgs()
Properties
NavigatingMonth
Gets the date selection range.
Declaration
public DateTime NavigatingMonth { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The date time. |
PreviousMonth
Gets the date of the previous month.
Declaration
public DateTime PreviousMonth { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The calendar. |