Initializes a new instance of the C1ScheduleDialogEventArgs class.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.C1ScheduleDialogEventArgs = function(window, appointment, dialogType);

Parameters

window
Type: C1Window
The window.
appointment
Type: C1.Web.UI.Controls.C1Schedule..::..C1Appointment
The appointment.
dialogType
Type: C1.Web.UI.Controls.C1Schedule..::..DialogType

See Also