Scheduler for WPF and Silverlight | ComponentOne
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