public event EventHandler<CalendarHeaderLoadingEventArgs> HeaderLoading
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.
Property | Description |
---|---|
Date | The displaying date. |
HeaderSlot | The header to be shown in the calendar. |
Slot | Gets the slot raising the event. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>) |
SlotContent | Gets or sets the visual element shown in the day slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>) |
SlotInfo | Gets the date information for the slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarHeaderSlotInfo>) |
ViewMode | The view mode of the calendar. |
See Also