IPivotEvents.OnSelectionContentChange

Fore Syntax

OnSelectionContentChange(Value: IDimInstance);

Fore.NET Syntax

OnSelectionContentChange(Value: Prognoz.Platform.Interop.Dimensions.IDimInstance);

Parameters

Value. Dimension data.

Description

The OnSelectionContentChange method implements the event on changing the contents of dimension selection elements.

Comments

The event occurs, for example, on renaming the dimension element displayed in the table heading or sidehead.

Fore and Fore.NET Examples

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

See also:

IPivotEvents