Raised when the project IsDirty state changes from false to true.
[Visual Basic] Public Event Modified As ProjectModifiedEventHandler [C#] public event ProjectModifiedEventHandler Modified; [C++] public: __event ProjectModifiedEventHandler* Modified;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
Project Class | NDoc.Core Namespace