public event EventHandler<CalendarDayOfWeekSlotLoadingEventArgs> DayOfWeekSlotLoading
Event Data
The event handler receives an argument of type CalendarDayOfWeekSlotLoadingEventArgs containing data related to this event. The following CalendarDayOfWeekSlotLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DayOfWeek | Gets the day of week for the corresponding day of week slot. |
DayOfWeekSlot | Gets or sets the visual element shown in the day of week slot. |
IsWeekend | Gets whether the day is in the weekend. |
Slot | Gets the slot raising the event. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>) |
SlotContent | Gets or sets the visual element shown in the day slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>) |
SlotInfo | Gets the date information for the slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>) |
See Also