Initializes a new instance of the AppointmentEventArgs class with the specified appointment.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public AppointmentEventArgs(
	Appointment appointment
)
Visual Basic
Public Sub New ( _
	appointment As Appointment _
)

Parameters

appointment
Type: C1.C1Schedule..::..Appointment
The Appointment object.

See Also