Action Constructor(Appointment) | Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule 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 _
)
 

Parameters

owner
The Appointment object.
See Also