DocBuildingEventHandler Delegate

NDoc Core

NDoc Documentation

DocBuildingEventHandler Delegate

Used by IDocumenter's events to notify doc building progress.

public delegate void DocBuildingEventHandler(
   object sender,
   ProgressArgs e
);

Parameters

sender
The source of the event.
e
An ProgressArgs that contains the event data.

Requirements

Namespace: NDoc.Core

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

See Also

NDoc.Core Namespace