IDocumentContent Methods
Provides a way to obtain the document’s properties at the document’s ViewModel level.Name | Description |
---|---|
OnClose(CancelEventArgs) | Invoked before a document is closed (hidden), and allows you to prevent this action. |
OnDestroy() | Invoked after a document has been closed (hidden). |
See Also