Delegate for handling the cancelable event involving a single Appointment object.

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

Syntax

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

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.C1Schedule..::..CancelAppointmentEventArgs
The CancelAppointmentEventArgs that contains the event data.

See Also