Understand whether the document has been modified from an earlier state

Applies to: Nevron Diagram for .NET

How to understand whether the document has been modified from an earlier state?

You can observe the IsModified property of the NDocument class. It is automatically set to true when any change occurs in the document. You can manually set it to false (for example after you have saved the document).

The document event sink service will also fire the DocumentModified event when the document is modified (document.EventSinkService.DocumentModified).

Article ID: 37, Created On: 10/5/2010, Modified: 11/15/2010