Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentActionEventArgs Class / AppointmentActionEventArgs Constructor
The System.Windows.RoutedEvent.
The AppointmentActionEventArgs.Appointment object.

In This Topic
    AppointmentActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the AppointmentActionEventArgs class with the specified routed event and appointment.
    Syntax
    '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.
    See Also