Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / BeforeDayFormat Event

In This Topic
    BeforeDayFormat Event (C1Calendar)
    In This Topic
    Occurs before the day tooltip is shown.
    Syntax
    'Declaration
     
    Public Event BeforeDayFormat As System.EventHandler(Of BeforeDayFormatEventArgs)
    public event System.EventHandler<BeforeDayFormatEventArgs> BeforeDayFormat
    Event Data

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

    PropertyDescription
    Gets the System.DateTime value determining the currently formatted date.  
    Gets or sets the Style object, which will be used for displaying the date.  
    See Also