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.
Namespace: NDoc.Core
Assembly: NDoc.Core (in NDoc.Core.dll)