| C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : MonthSlotLoading Event |
public event EventHandler<CalendarMonthSlotLoadingEventArgs> MonthSlotLoading
The event handler receives an argument of type CalendarMonthSlotLoadingEventArgs containing data related to this event. The following CalendarMonthSlotLoadingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Month | Gets the month. |
| MonthSlot | Gets or sets the visual element shown in the month slot. |
| Year | Gets the year. |