[]
Delegate for handling the cancellable event involving a single Appointment object.
public delegate void CancelAppointmentEventHandler(object sender, CancelAppointmentEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| CancelAppointmentEventArgs | e | The CancelAppointmentEventArgs that contains the event data. |
| Name | Description |
|---|---|
| CancelAppointmentEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, CancelAppointmentEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CancelAppointmentEventArgs) |