Scheduler for WinRT
AppointmentActionEventArgs Constructor


The Appointment object.
Initializes a new instance of the AppointmentActionEventArgs class with the specified appointment.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointment As Appointment _
)
'Usage
 
Dim appointment As Appointment
 
Dim instance As New AppointmentActionEventArgs(appointment)
public AppointmentActionEventArgs( 
   Appointment appointment
)

Parameters

appointment
The Appointment object.
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

AppointmentActionEventArgs Class
AppointmentActionEventArgs Members

 

 


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