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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Parameters

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

See Also