NDoc 1.3.1 SDK

ContentEventHandler Delegate

Handler for content events

[Visual Basic]
Public Delegate Function Sub  ContentEventHandler( _ 
   ByVal path As String _ 
)
[C#]
public delegate void ContentEventHandler(
   string path
)
[C++]
public __gc __delegate void ContentEventHandler(
   String* path
)

[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