public event EventHandler<CalendarYearSlotLoadingEventArgs> YearSlotLoading
Event Data
The event handler receives an argument of type CalendarYearSlotLoadingEventArgs containing data related to this event. The following CalendarYearSlotLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
IsAdjacentYear | Gets whether or not the year is an adjacent year in the calendar. |
Slot | Gets the slot raising the event. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarYearSlotInfo>) |
SlotContent | Gets or sets the visual element shown in the day slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarYearSlotInfo>) |
SlotInfo | Gets the date information for the slot. (Inherited from C1.Maui.Calendar.CalendarSlotLoadingEventArgs<CalendarYearSlotInfo>) |
Year | Gets the year. |
YearSlot | Gets or sets the visual element shown in the year slot. |
See Also