BuildProgressEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public BuildProgressEventArgs(
	BuildStep buildStep,
	bool stepChanged,
	string message
)

Parameters

buildStep  BuildStep
The current build step
stepChanged  Boolean
True if the build step has changed, false if not
message  String
The message to report

See Also