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