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

Syntax

C#
protected virtual void OnProgress(
	int complete,
	int total
)
Visual Basic
Protected Overridable Sub OnProgress ( 
	complete As Integer,
	total As Integer
)

Parameters

complete
Type: System..::..Int32
total
Type: System..::..Int32

See Also