[]
Base event data for slot loading events.
public abstract class CalendarSlotLoadingEventArgs<T> : EventArgs where T : CalendarSlotInfo
| Name | Description |
|---|---|
| T |
| 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. |