C1.Silverlight.Schedule.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.