BuildStatusEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A BuildStatusEventArgs that contains the event data.