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

Adds an event ot the collection.

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

Syntax

C#
public int add(
	OCvEvent vEvent
)
Visual Basic (Declaration)
Public Function add ( _
	vEvent As OCvEvent _
) As Integer
Visual C++
public:
int add(
	OCvEvent^ vEvent
)

Parameters

vEvent
Type: OfficeClip.BusinessLayer.Sync..::.OCvEvent
The OfficeClip event

Return Value

The ArrayList index where the event is added.

See Also