EventsEnabled: Boolean;
The EventsEnabled property determines whether event handler is used in table.
Available values:
True. Event handler is used in table.
False. Event handler is not used in table.
To add a custom event handler, use the IPivot.AddEventHandler method; to disable the event handler, use the IPivot.RemoveEventHandler method.
The property use is given in the example for IPivot.AddEventHandler.
See also: