NDoc 1.3.1 SDK

Workspace.ContentDirectoryAdded Event

Event raised when a content directory is added

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

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

See Also

Workspace Class | NDoc.Core Namespace