C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CancelAppointmentEventArgs Class / CancelAppointmentEventArgs Constructor
The Appointment object.

In This Topic
CancelAppointmentEventArgs Constructor
In This Topic
Initializes a new instance of the CancelAppointmentEventArgs class with the specified appointment.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointment As Appointment _
)
 

Parameters

appointment
The Appointment object.
See Also