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