This is the method that is responsible for notifying receivers that the event occurred

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

Syntax

C#
protected virtual void OnPreOutputWritten(
	string outputPath
)
Visual Basic
Protected Overridable Sub OnPreOutputWritten ( 
	outputPath As String
)

Parameters

outputPath
Type: System..::..String

See Also