Scheduler for WinRT
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 Object, _
   ByVal e As CancelAppointmentEventArgs _
) 
'Usage
 
Dim instance As New CancelAppointmentEventHandler(AddressOf HandlerMethod)
public delegate void CancelAppointmentEventHandler( 
   object sender,
   CancelAppointmentEventArgs e
)

Parameters

sender
The source of the event.
e
The CancelAppointmentEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CancelAppointmentEventHandler Members
C1.C1Schedule Namespace

 

 


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