| C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : HeaderLoading Event |
public event EventHandler<CalendarHeaderLoadingEventArgs> HeaderLoading
The event handler receives an argument of type CalendarHeaderLoadingEventArgs containing data related to this event. The following CalendarHeaderLoadingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Date | The displaying date. |
| HeaderSlot | The header to be shown in the calendar. |
| ViewMode | The view mode of the calendar. |