NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Events
In This Topic
For a list of all members of this type, see NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> members.
Public Events
| Name | Description |
| DocumentChanged | Occurs when the view's document has changed. |
| DocumentLoaded | Occurs when a document was loaded by the view. |
| DocumentSaved | Occurs when the current document was saved by the view. |
| ReadOnlyChanged | Mutation event, which occurs when the ReadOnly property has changed. |
Top
See Also