Initializes a new instance of the GeneratorCompleteEventArgs class.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public GeneratorCompleteEventArgs( bool result, ICollection<OutputFile> registeredOutputs, ICollection<string> registeredReferences )  | 
| Visual Basic | 
|---|
Public Sub New ( result As Boolean, registeredOutputs As ICollection(Of OutputFile), registeredReferences As ICollection(Of String) )  | 
Parameters
- result
 - Type: System..::..Boolean
if set to true [result]. 
- registeredOutputs
 - Type: System.Collections.Generic..::..ICollection<(Of <(<'OutputFile>)>)>
The registered outputs. 
- registeredReferences
 - Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>
The registered references.