Table of Contents

BuildProgressEventArgs Class

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

This is a custom event arguments class use to report build progress

public class BuildProgressEventArgs : EventArgs
Inheritance
BuildProgressEventArgs

Constructors

BuildProgressEventArgs(BuildStep, bool, string)

Constructor

Properties

BuildStep

This read-only property is used to get the current build step of the build process

HasCompleted

This read-only property is used to get whether or not the build has completed

Message

This read-only property is used to get the message associated with the progress report

StepChanged

This read-only property is used to get whether or not the build step has changed