BuildStatusEventHandler Delegate

Definition

Type of handler for BuildStatus events

public delegate void BuildStatusEventHandler(System::Object ^ sender, BuildStatusEventArgs ^ e);
public delegate void BuildStatusEventHandler(object sender, BuildStatusEventArgs e);
type BuildStatusEventHandler = delegate of obj * BuildStatusEventArgs -> unit
Public Delegate Sub BuildStatusEventHandler(sender As Object, e As BuildStatusEventArgs)

Parameters

sender
Object

The source of the event.

e
BuildStatusEventArgs

A BuildStatusEventArgs that contains the event data.

Applies to