NAnt SDK Documentation - v0.85-nightly-2005-11-09

Project.OnTaskStarted Method 

[This is preliminary documentation and subject to change.]

Dispatches a TaskStarted event to the build listeners for this Project.

[Visual Basic]
Public Sub OnTaskStarted( _
   ByVal sender As Object, _
   ByVal e As BuildEventArgs _
)
[C#]
public void OnTaskStarted(
   object sender,
   BuildEventArgs e
);

Parameters

sender
The source of the event.
e
A BuildEventArgs that contains the event data.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Project.OnTaskStarted(System.Object,NAnt.Core.BuildEventArgs)

See Also

Project Class | NAnt.Core Namespace