IPivot.RemoveEventHandler

Fore Syntax

RemoveEventHandler(Cookie: Integer);

Fore.NET 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 table, get the value returned by the IPivot.AddEventHandler method, then enter it as Cookie.

Fore and Fore.NET Examples

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

See also:

IPivot