PivotEvents

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The PivotEvents class is used to implement events in table event handler.

Comments

Use this class in Fore to implement the class used as an event handler, it is not necessary to call all methods of the PivotEvents method, call only the required method.

To implement in Fore.NET the class used as an event handler, use the IPivotEvents interface.

Fore.NET Syntax

Class to get analog of the PivotEvents class:

None;

Class to get analog of the PivotEvents class object:

None;

Static class methods inherited from IPivotEvents

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

See also:

Classes