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
| C# |
|
public delegate void AddedSourceFileEventDelegate ( ) |
sourceFile
The newly-added SourceFile object.
See the DocumentationSet.AddingSourceFile event.