AddingSourceFileEventDelegate Delegate

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

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public delegate void AddingSourceFileEventDelegate (
string sourceFileAbsolutePath,
string sourceFileRelativePath

)

Parameters

sourceFileAbsolutePath

The value of the SourceFile.SourceFileAbsolutePath property of the new SourceFile object.

sourceFileRelativePath

The value of the SourceFile.SourceFileRelativePath property of the new SourceFile object.

Remarks

See the DocumentationSet.AddingSourceFile event.