AnalysisApplication Events

Spotfire 14.3 API Reference

The AnalysisApplication type exposes the following members.

Events

  NameDescription
Public eventDocumentChanged
Occurs when the Document property has changed. That is, the document has been closed or a new document has been opened.
Public eventDocumentClosing
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(ClosingEventArgsTCloseAction). The typical responsibility of a close action is to tear down views of the document, which includes disposing ExternalEventManagers.
Public eventDocumentSaving
Raised before the Document is saved.
Public eventExiting
Raised before this analysis application instance exits.
Top
See Also

Reference