Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Action Class / Action Constructor / Action Constructor(Appointment)
The Appointment object.

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

    Parameters

    owner
    The Appointment object.
    See Also