IPivot.RemoveEventHandler

Syntax

RemoveEventHandler(Cookie: Integer);

Parameters

Cookie. Unique index of event handler.

Description

The RemoveEventHandler method removes table event handler.

Comments

To remove the event handler used by the table, get the value returned by the AddEventHandler method and then insert it as a value of the Cookie parameter.

Example

The method use is given in the example for IPivot.AddEventHandler.

See also:

IPivot | IPivot.AddEventHandler