NDoc 1.3.1 SDK

Project.Modified Event

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.

See Also

Project Class | NDoc.Core Namespace