[]
        
(Showing Draft Content)

C1.WPF.Schedule.AddingAppointmentEventArgs.-ctor

AddingAppointmentEventArgs Constructor

AddingAppointmentEventArgs(RoutedEvent, Appointment)

Initializes a new instance of the AddingAppointmentEventArgs class with the specified routed event and appointment.

Declaration
public AddingAppointmentEventArgs(RoutedEvent routedEvent, Appointment appointment)
Parameters
Type Name Description
RoutedEvent routedEvent

The RoutedEvent.

Appointment appointment

The Appointment object.