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

The copy constructor to create the event information object from another event object.

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

Syntax

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

Parameters

ei
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
the event information object that is being copied.

See Also