NAnt SDK Documentation - v0.92

DefaultLogger.BuildFinished Method 

Signals that the last target has finished.

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

Parameters

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

Implements

IBuildListener.BuildFinished

Remarks

This event will still be fired if an error occurred during the build.

See Also

DefaultLogger Class | NAnt.Core Namespace