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

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

Parameters

appointment
The Appointment object.
See Also