C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / C1Calendar Class / HeaderLoading Event
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.  
Gets the slot raising the event. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>)
Gets or sets the visual element shown in the day slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>)
Gets the date information for the slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>)
The view mode of the calendar.  
See Also