ComponentOne Scheduler for WinForms
CancelAppointmentEventArgs Constructor

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > CancelAppointmentEventArgs Class : CancelAppointmentEventArgs Constructor
The Appointment object.
Initializes a new instance of the CancelAppointmentEventArgs class with the specified appointment.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointment As Appointment _
)
public CancelAppointmentEventArgs( 
   Appointment appointment
)

Parameters

appointment
The Appointment object.
See Also

Reference

CancelAppointmentEventArgs Class
CancelAppointmentEventArgs Members