[]
Initializes a new instance of the AddingAppointmentEventArgs class with the specified routed event and appointment.
public AddingAppointmentEventArgs(RoutedEvent routedEvent, Appointment appointment)
| Type | Name | Description |
|---|---|---|
| RoutedEvent | routedEvent | The RoutedEvent. |
| Appointment | appointment | The Appointment object. |