IPivot.EventsEnabled

Syntax

EventsEnabled: Boolean;

Description

The EventsEnabled property determines whether event handler is used in table.

Comments

Available values:

To add a custom event handler, use the IPivot.AddEventHandler method; to disable the event handler, use the IPivot.RemoveEventHandler method.

Example

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

See also:

IPivot