ComponentOne Scheduler for WPF and Silverlight
AppointmentActionEventArgs Constructor

C1.Silverlight.Schedule Namespace > AppointmentActionEventArgs Class : 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 _
)
public AppointmentActionEventArgs( 
   Appointment appointment
)

Parameters

appointment
The Appointment object.
See Also

Reference

AppointmentActionEventArgs Class
AppointmentActionEventArgs Members