IBProcessEventGroup.Add

Syntax

Add(_event: IBProcessEvent);

Parameters

_event. The event that should be added to the group.

Description

The Add method adds the specified event to the group.

Comments

The added event should have the same type as the group. Event type is set on its initialization.

Example

The property use is given in the example for IBProcessEmailDocuments.Add.

See also:

IBProcessEventGroup