Skip to main content

IDocumentContent Members

Provides a way to obtain the document’s properties at the document’s ViewModel level.

Properties

Name Description
DocumentOwner Gets or sets the service which owns the current document.
Title Gets a value specifying the document title.

Methods

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