BuildStartedEventHandler Delegate

Definition

Type of handler for BuildStartedEvent events

C#
public delegate void BuildStartedEventHandler(object sender, BuildStartedEventArgs e);

Parameters

sender
Object

The source of the event.

e
BuildStartedEventArgs

A BuildStartedEventArgs that contains the event data.

Applies to

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