Summary
Signals that a build has started.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- XmlLogger
Syntax
public void BuildStarted(Object sender, BuildEventArgs e)
Remarks
This event is fired before any targets have started.
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The source of the event. |
e | BuildEventArgs | A NAnt.Core.BuildEventArgs object that contains the event data. |
Return Value
Type | Description |
---|---|
void |