ISharedParams.EventHandlers

Syntax

EventHandlers: ISharedEventHandlers;

Description

The EventHandlers property returns object to work with event handlers  of reports.

Comments

An event handler sends report parameters, with which calculation is executed, and allows for executing the action determined in the code at each event occurrence.

Example

The property use is given in the example for ISharedEventHandler.Object.

See also:

ISharedParams