Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / CancelAppointmentEventArgs Class / Appointment Property

In This Topic
    Appointment Property (CancelAppointmentEventArgs)
    In This Topic
    Gets the Appointment object which the event was raised for.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Appointment As Appointment
    public Appointment Appointment {get;}
    See Also