TExternalBaseDllDataAddEvent Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Add an event to the extension to the data extensions.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public bool AddEvent(
	Object[] eventObjects
)

Parameters

eventObjects
Type: SystemObject
Specifies the objects associated to the event to be added.

Return Value

Type: Boolean
Returns false if the add process fails.
See Also

Reference