WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / C1Calendar Class / DayOfWeekSlotLoading Event
In This Topic
    DayOfWeekSlotLoading Event
    In This Topic
    Occurs when an element representing a day of week is about to be created.
    Syntax
    public event EventHandler<CalendarDayOfWeekSlotLoadingEventArgs> DayOfWeekSlotLoading
    Event Data

    The event handler receives an argument of type CalendarDayOfWeekSlotLoadingEventArgs containing data related to this event. The following CalendarDayOfWeekSlotLoadingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the day of week for the corresponding day of week slot.  
    Gets or sets the visual element shown in the day of week slot.  
    Gets whether the day is in the weekend.  
    Gets the slot raising the event. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>)
    Gets or sets the visual element shown in the day slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>)
    Gets the date information for the slot. (Inherited from C1.WinUI.Calendar.CalendarSlotLoadingEventArgs<CalendarDayOfWeekSlotInfo>)
    See Also