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

Project.OnTargetStarted Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

Project Class | NAnt.Core Namespace