Class MonthCellLoadedEventArgs
Month cell loaded event arguments.
Inherited Members
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class MonthCellLoadedEventArgs : MonthCell
Constructors
MonthCellLoadedEventArgs(DateTime)
Initializes a new instance of the MonthCellLoadedEventArgs class.
Declaration
public MonthCellLoadedEventArgs(DateTime calendar)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | calendar | Calendar object. |