Class DocumentClosedEventArgs
Implements an event that can be raised to inform the client application about a document that been closed and removed its content (viewmodel) from the docking framework.
public class DocumentClosedEventArgs : EventArgs- Inheritance
- 
      
      
      DocumentClosedEventArgs
- Inherited Members
- Extension Methods
Constructors
DocumentClosedEventArgs(LayoutDocument)
Class constructor from the documents layout model.
public DocumentClosedEventArgs(LayoutDocument document)Parameters
- documentLayoutDocument
Properties
Document
Gets the model of the document that has been closed.
public LayoutDocument Document { get; }