public event EventHandler<CalendarMonthSlotLoadingEventArgs> MonthSlotLoading
Event Data
The event handler receives an argument of type CalendarMonthSlotLoadingEventArgs containing data related to this event. The following CalendarMonthSlotLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Month | Gets the month. |
MonthSlot | Gets or sets the visual element shown in the month slot. |
Slot | Gets the slot raising the event. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarMonthSlotInfo>) |
SlotContent | Gets or sets the visual element shown in the day slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarMonthSlotInfo>) |
SlotInfo | Gets the date information for the slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarMonthSlotInfo>) |
Year | Gets the year. |
See Also