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

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