NDoc 1.3.1 SDK

Workspace.ContentFileAdded Event

Event raised when a content file is added

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

[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