Initializes a new instance of the GeneratorCompleteEventArgs class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public GeneratorCompleteEventArgs(
	bool result,
	ICollection<OutputFile> registeredOutputs
)
Visual Basic
Public Sub New ( 
	result As Boolean,
	registeredOutputs As ICollection(Of OutputFile)
)

Parameters

result
Type: System..::..Boolean
if set to true generation was successful.
registeredOutputs
Type: System.Collections.Generic..::..ICollection<(Of <(<'OutputFile>)>)>
The registered outputs.

See Also