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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public event EventHandler<ClosingEventArgs<Document>> DocumentClosing
Value
Type: System.EventHandler< ClosingEventArgs< Document> >Version Information
Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also