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

IBuildListener.TargetStarted Method 

[This is preliminary documentation and subject to change.]

Signals that a target has started.

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

Parameters

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

Remarks

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

See Also

IBuildListener Interface | NAnt.Core Namespace