CalculationTSettings, TResultsOnConfigure Method

Spotfire 14.2 API Reference
Allows a node to configure itself to the surrounding document.

Namespace:  Spotfire.Dxp.Application.Calculations
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
protected override void OnConfigure()
Remarks

This method is called when this node is attached (added to) to the document for the first time. This method is not called at undo or redo.

The purpose of the method is to allow a node to configure itself depending on the surrounding document. It may especially configure itself with respect to the DataManager. The node may modify its undoable state. These modifications will not be recorded on the undo stack. The node has an owner and can lookup ancestors and services.

This method is called pre-order in a depth-first traversal of the sub tree that is being attached. The owner of the node has been configured when this method is called but the children of the node have not been configured yet.

Make sure to call base.OnConfigure() at the start of the overriding method.

Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference