ComponentOne Scheduler for WinForms
CancelAppointmentEventHandler Delegate

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : CancelAppointmentEventHandler Delegate
The source of the event.
The CancelAppointmentEventArgs that contains the event data.
Delegate for handling the cancellable event involving a single Appointment object.
Syntax
'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.
See Also

Reference

CancelAppointmentEventHandler Members
C1.C1Schedule Namespace