ISharedEventHandlers.EventHandler

Syntax

EventHandler(Type: SharedEventHandlerType): ISharedEventHandler;

Parameters

Type. Type of reports using event handler.

Description

The EventHandler property returns object to process events of the report set in the parameter.

Comments

The property is relevant, if the ISharedEventHandlers.Enabled property is set to True.

Example

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

See also:

ISharedEventHandlers