C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CancelAppointmentEventHandler Delegate
The source of the event.
The CancelAppointmentEventArgs that contains the event data.

In This Topic
CancelAppointmentEventHandler Delegate
In This Topic
Delegate for handling the cancelable event involving a single Appointment object.
Syntax
'Declaration
 
Public Delegate Sub CancelAppointmentEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CancelAppointmentEventArgs _
) 
 

Parameters

sender
The source of the event.
e
The CancelAppointmentEventArgs that contains the event data.
See Also