'Declaration
Public Delegate Sub CancelAppointmentEventHandler( _ ByVal sender As Object, _ ByVal e As CancelAppointmentEventArgs _ )
public delegate void CancelAppointmentEventHandler( object sender, CancelAppointmentEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The CancelAppointmentEventArgs that contains the event data.