| C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : YearSlotLoading Event |
public event EventHandler<CalendarYearSlotLoadingEventArgs> YearSlotLoading
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. |
| Year | Gets the year. |
| YearSlot | Gets or sets the visual element shown in the year slot. |