NDoc 1.3.1 SDK

ProjectModifiedEventHandler Delegate

Handles Project Modified events.

[Visual Basic]
Public Delegate Function Sub  ProjectModifiedEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As EventArgs _ 
)
[C#]
public delegate void ProjectModifiedEventHandler(
   object sender,
   EventArgs e
)
[C++]
public __gc __delegate void ProjectModifiedEventHandler(
   Object* sender,
   EventArgs* e
)

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

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

NDoc.Core Namespace