Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentEventArgs Class / AppointmentEventArgs Constructor
The Appointment object.

In This Topic
    AppointmentEventArgs Constructor
    In This Topic
    Initializes a new instance of the AppointmentEventArgs class with the specified appointment.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal appointment As Appointment _
    )
    public AppointmentEventArgs( 
       Appointment appointment
    )

    Parameters

    appointment
    The Appointment object.
    See Also