[This is preliminary documentation and is subject to change.]
Adds an event ot the collection.
Namespace:
OfficeClip.BusinessLayer.SyncAssembly: 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
