IPivotEvents

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotEvents interface is used to implement table handler events.

Inheritance Hierarchy

          IPivotEvents

Comments

Table event handler is used only within the session and is not saved together with the report that is why it is reasonable to use Fore and Fore.NET forms instead of units.

Use this interface to implement a class in Fore.NET.

Use the PivotEvents class on working with the Fore language, instead of the Fore.NET language to implement the class used as an event handler.

Methods

  Method name Brief description
OnSelectionContentChange The OnSelectionContentChange method implements the event on changing the contents of dimension selection elements.

See also:

Pivot Assembly Interfaces