ComponentOne Xamarin Edition
HeaderLoading Event
C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : HeaderLoading Event
Occurs when the header is being loaded.
Syntax
Event Data

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.

PropertyDescription
The displaying date.  
The header to be shown in the calendar.  
The view mode of the calendar.  
See Also