NAnt SDK Documentation - v0.92

Project.OnTargetStarted Method 

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

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

Parameters

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

See Also

Project Class | NAnt.Core Namespace