Delegate for BeforeAppointmentCreate Event.

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

Syntax

C#
public delegate void BeforeAppointmentCreateEventHandler(
	Object sender,
	CancelableAppointmentEventArgs e
)
Visual Basic
Public Delegate Sub BeforeAppointmentCreateEventHandler ( _
	sender As Object, _
	e As CancelableAppointmentEventArgs _
)

Parameters

sender
Type: System..::..Object
Sender object.
e
Type: C1.Web.UI.Controls.C1Schedule.Common..::..CancelableAppointmentEventArgs
CancelableAppointmentEventArgs object.

See Also