AnalysisApplication DocumentClosing Event TIBCO Spotfire 6.0 API Reference
Occurs when the Document is closing. All components that listen to events from the document must also listen to this event with handlers that only adds close actions using AddCloseAction(ClosingEventArgs T  CloseAction). The typical responsibility of a close action is to tear down views of the document, which includes disposing ExternalEventManagers.

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

public event EventHandler<ClosingEventArgs<Document>> DocumentClosing

Value

Type: System EventHandler ClosingEventArgs Document  
See Also