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
| C# |
|
public delegate void AddingSourceFileEventDelegate ( ) |
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.
See the DocumentationSet.AddingSourceFile event.