Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The PivotEvents class is used to implement events in table event handler.
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.
Class to get analog of the PivotEvents class:
None;
Class to get analog of the PivotEvents class object:
None;
Method name | Brief description | |
OnSelectionContentChange | The OnSelectionContentChange method implements the event on changing the contents of dimension selection elements. |
See also: