Share via


BuildStartedEventArgs Class

Definition

Context information relating to the start of a build operation.

public ref class BuildStartedEventArgs : EventArgs
public class BuildStartedEventArgs : EventArgs
type BuildStartedEventArgs = class
    inherit EventArgs
Public Class BuildStartedEventArgs
Inherits EventArgs
Inheritance
BuildStartedEventArgs

Constructors

Name Description
BuildStartedEventArgs(BuildAction, IReadOnlyList<BuildableItem>)

Initializes a new instance of the BuildStartedEventArgs class.

Properties

Name Description
BuildAction

Gets the build action that has started.

RequestedItems

Gets the buildable items that were requested for the build operation.

Applies to