BuildStatusEventHandler Delegate

Definition

Type of handler for BuildStatus events

C#
public delegate void BuildStatusEventHandler(object sender, BuildStatusEventArgs e);

Parameters

sender
Object

The source of the event.

e
BuildStatusEventArgs

A BuildStatusEventArgs that contains the event data.

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17