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

DefaultLogger.TargetStarted Method 

[This is preliminary documentation and subject to change.]

Signals that a target has started.

[Visual Basic]
Overridable Public Sub TargetStarted( _
   ByVal sender As Object, _
   ByVal e As BuildEventArgs _
) _
    Implements IBuildListener.TargetStarted
[C#]
public virtual void TargetStarted(
   object sender,
   BuildEventArgs e
);

Parameters

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

Implements

IBuildListener.TargetStarted

Remarks

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

See Also

DefaultLogger Class | NAnt.Core Namespace