Initializes a new instance of the Action class.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Action(
	Appointment owner
)
Visual Basic
Public Sub New ( _
	owner As Appointment _
)

Parameters

owner
Type: C1.C1Schedule..::..Appointment
The Appointment object.

See Also