NDoc 1.3.1 SDK

Namespaces.ContentsChanged Event

Raised when contents of collection change

[Visual Basic]
Public Event ContentsChanged As EventHandler 
[C#]
public event EventHandler ContentsChanged;
[C++]
public: __event EventHandler* ContentsChanged;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

Namespaces Class | NDoc.Core Namespace