Summary
Signals that a target has started.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- XmlLogger
Syntax
public void TargetStarted(Object sender, BuildEventArgs e)
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 |