Scheduler for UWP | ComponentOne
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

    See Also