ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / DayFormatting Event

In This Topic
    DayFormatting Event (C1CalendarView)
    In This Topic
    Occurs before applying styles to a day.
    Syntax
    'Declaration
     
    
    Public Event DayFormatting As EventHandler(Of DayFormattingEventArgs)
    public event EventHandler<DayFormattingEventArgs> DayFormatting
    Event Data

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

    PropertyDescription
    Gets the date of the day.  
    Gets the current style of the day.  
    See Also