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.
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public event EventHandler<ClosingEventArgs<Document>> DocumentClosing
Value
Type: SystemEventHandlerClosingEventArgsDocumentVersion Information
See Also