Class DocumentClosingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether closing this document and removing its content (viewmodel) is OK or not.
public class DocumentClosingEventArgs : CancelEventArgs
- Inheritance
-
DocumentClosingEventArgs
- Inherited Members
- Extension Methods
Constructors
DocumentClosingEventArgs(LayoutDocument)
Class constructor from the documents layout model.
public DocumentClosingEventArgs(LayoutDocument document)
Parameters
document
LayoutDocument
Properties
Document
Gets the model of the document that is about to be closed.
public LayoutDocument Document { get; }