IPivotEvents.OnSelectionContentChange

Syntax

OnSelectionContentChange(Value: IDimInstance);

Parameters

Value. Dimension data.

Description

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

Comments

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

Example

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

See also:

IPivotEvents