[This is preliminary documentation and is subject to change.]

Constructor to load the values of the object

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCEvent(
	EventInfo eventInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	eventInfo As EventInfo _
)
Visual C++
public:
OCEvent(
	EventInfo^ eventInfo
)

Parameters

eventInfo
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
The event info to load values in the object

See Also