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 OnOutputRegistered(
	OutputRegisteredEventArgs e
)
Visual Basic
Protected Overridable Sub OnOutputRegistered ( 
	e As OutputRegisteredEventArgs
)

See Also