ComponentOne Scheduler for WPF and Silverlight
AddingAppointmentEventArgs Constructor

C1.WPF.Schedule Namespace > AddingAppointmentEventArgs Class : AddingAppointmentEventArgs Constructor
The System.Windows.RoutedEvent.
The Appointment object.
Initializes a new instance of the AddingAppointmentEventArgs class with the specified routed event and appointment.
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As System.Windows.RoutedEvent, _
   ByVal appointment As Appointment _
)
public AddingAppointmentEventArgs( 
   System.Windows.RoutedEvent routedEvent,
   Appointment appointment
)

Parameters

routedEvent
The System.Windows.RoutedEvent.
appointment
The Appointment object.
See Also

Reference

AddingAppointmentEventArgs Class
AddingAppointmentEventArgs Members