Summary
Dispatches a
NAnt.Core.Project.TaskStarted
event to the build listeners
for this NAnt.Core.Project
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public void OnTaskStarted(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 |