Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / AppointmentActionEventArgs Class / AppointmentActionEventArgs Constructor
The Appointment object.

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

    Parameters

    appointment
    The Appointment object.
    See Also