'Declaration
Public Function New( _ ByVal routedEvent As RoutedEvent, _ ByVal appointment As Appointment _ )
public AddingAppointmentEventArgs( RoutedEvent routedEvent, Appointment appointment )
Parameters
- routedEvent
- The System.Windows.RoutedEvent.
- appointment
- The AddingAppointmentEventArgs.Appointment object.