Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AddingAppointmentEventArgs Class / AddingAppointmentEventArgs Constructor
The Appointment object.

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

    Parameters

    appointment
    The Appointment object.
    See Also