AddedSourceFileEventDelegate Delegate

The type of an event handler for an event which is fired to indicate that a source file has been successfully added to the documentation set.

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public delegate void AddedSourceFileEventDelegate (
SourceFile sourceFile

)

Parameters

sourceFile

The newly-added SourceFile object.

Remarks

See the DocumentationSet.AddingSourceFile event.