[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentActionEventArgs.-ctor

AppointmentActionEventArgs Constructor

AppointmentActionEventArgs(RoutedEvent, Appointment)

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

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

The RoutedEvent.

Appointment appointment

The Appointment object.