DocumentationSet.AddedSourceFile Event

Fired after a source file is successfully added to the documentation set (with or without warnings).

Parent Type: DocumentationSet

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public event AddedSourceFileEventDelegate AddedSourceFile

Remarks

The application may want to use this event to check for warnings in the SourceFile object and display them to the user.