CustomApplicationEventHandler OnApplicationInstanceCreated Method TIBCO Spotfire 6.0 API Reference
Called when a new instance of the main application is created.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected virtual void OnApplicationInstanceCreated(
	AnalysisApplication application
)
Remarks

A typical use of this override is to register event handlers for the AnalysisApplication.DocumentChanged event. Such handlers can for instance be used to add custom nodes to the document as it is opened.
See Also