CancelAppointmentEventHandler Delegate
Delegate for handling the cancelable event involving a single
Appointment object.
'Declaration
Public Delegate Sub CancelAppointmentEventHandler( _
ByVal As System.Object, _
ByVal As CancelAppointmentEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- The CancelAppointmentEventArgs that contains the event data.