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

In This Topic
    CancelAppointmentEventArgs Class
    In This Topic
    The CancelAppointmentEventArgs class describes event data for cancellable Appointment events.
    Object Model
    CancelAppointmentEventArgs Class
    Syntax
    'Declaration
     
    Public Class CancelAppointmentEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class CancelAppointmentEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

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

    See Also