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

In This Topic
    BeforeAppointmentTooltipShow Event (C1Schedule)
    In This Topic
    Occurs before the appointment tooltip is shown.
    Syntax
    'Declaration
     
    Public Event BeforeAppointmentTooltipShow As System.EventHandler(Of BeforeAppointmentTooltipShowEventArgs)
    public event System.EventHandler<BeforeAppointmentTooltipShowEventArgs> BeforeAppointmentTooltipShow
    Event Data

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

    PropertyDescription
    Gets the Appointment object which the event was raised for. (Inherited from C1.C1Schedule.CancelAppointmentEventArgs)
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets or sets tooltip text.  
    See Also