[]
        
(Showing Draft Content)

C1.Schedule.CancelAppointmentEventHandler

CancelAppointmentEventHandler Delegate

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

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public delegate void CancelAppointmentEventHandler(object sender, CancelAppointmentEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

CancelAppointmentEventArgs e

The CancelAppointmentEventArgs that contains the event data.

Constructors

Name Description
CancelAppointmentEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, CancelAppointmentEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, CancelAppointmentEventArgs)