Build Progress Event ArgsStep Changed Property
This read-only property is used to get whether or not the build step has changed
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool StepChanged { get; }VB
Public ReadOnly Property StepChanged As Boolean
GetC++
public:
property bool StepChanged {
bool get ();
}F#
member StepChanged : bool with get