[]
        
(Showing Draft Content)

C1.Maui.Calendar.CalendarSlotLoadingEventArgs-1

CalendarSlotLoadingEventArgs<T> Class

Base event data for slot loading events.

Namespace: C1.Maui.Calendar
Assembly: C1.Maui.Calendar.dll
Syntax
public abstract class CalendarSlotLoadingEventArgs<T> : EventArgs where T : CalendarSlotInfo
Type Parameters
Name Description
T

Properties

Name Description
Slot

Gets the slot raising the event.

SlotContent

Gets or sets the visual element shown in the day slot.

SlotInfo

Gets the date information for the slot.