Scheduler for UWP | ComponentOne
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 cancellable event involving a single Appointment object.
    Syntax
    '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.
    See Also