NAnt SDK Documentation - v0.92

DefaultLogger.BuildStarted Method 

Signals that a build has started.

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

Parameters

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

Implements

IBuildListener.BuildStarted

Remarks

This event is fired before any targets have started.

See Also

DefaultLogger Class | NAnt.Core Namespace