Project.

OnBuildFinished(Object, BuildEventArgs) Method

Summary

Dispatches a NAnt.Core.Project.BuildFinished event to the build listeners for this NAnt.Core.Project.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public void OnBuildFinished(Object sender, BuildEventArgs e)

Parameters

Name Type Description
sender Object The source of the event.
e BuildEventArgs A NAnt.Core.BuildEventArgs that contains the event data.

Return Value

Type Description
void