Summary
Dispatches a
NAnt.Core.Project.TargetStarted event to the build listeners
for this NAnt.Core.Project.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public void OnTargetStarted(Object sender, BuildEventArgs e)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | BuildEventArgs | A NAnt.Core.BuildEventArgs that contains the event data. |
Return Value
| Type | Description |
|---|---|
| void |
