Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeAppointmentTooltipShowEventArgs Class
Members

In This Topic
    BeforeAppointmentTooltipShowEventArgs Class
    In This Topic
    Provides data for the C1Schedule.BeforeAppointmentTooltipShow event of the C1Schedule control.
    Object Model
    BeforeAppointmentTooltipShowEventArgs Class
    Syntax
    'Declaration
     
    Public Class BeforeAppointmentTooltipShowEventArgs 
       Inherits C1.C1Schedule.CancelAppointmentEventArgs
    public class BeforeAppointmentTooltipShowEventArgs : C1.C1Schedule.CancelAppointmentEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.C1Schedule.CancelAppointmentEventArgs
                C1.Win.C1Schedule.BeforeAppointmentTooltipShowEventArgs

    See Also