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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public delegate void CancelAppointmentEventHandler(
	Object sender,
	CancelAppointmentEventArgs e
)
Visual Basic (Declaration)
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