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

In This Topic
    BeforeAppointmentFormat Event (C1Schedule)
    In This Topic
    Occurs before the appointment content is formatted.
    Syntax
    'Declaration
     
    Public Event BeforeAppointmentFormat As System.EventHandler(Of BeforeAppointmentFormatEventArgs)
    public event System.EventHandler<BeforeAppointmentFormatEventArgs> BeforeAppointmentFormat
    Event Data

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

    PropertyDescription
    Gets the appointment which the event was raised for. (Inherited from C1.C1Schedule.AppointmentEventArgs)
    Gets or sets System.Drawing.Color value specifying custom background color for the appointment element.  
    Gets or sets System.Drawing.Color value specifying custom background gradient color for the appointment element.  
    Gets or sets System.Drawing.Color value specifying custom foreground color for the appointment element.  
    Gets or sets the AppointmentIcons value, specifying the set of icons to be displayed in the appointment element.  
    Gets or sets the text displayed in the appointment element.  
    Gets the date of the current UI element representing appointment.  
    See Also