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

BuildEventArgs Constructor (Project)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the BuildEventArgs class for a Project level event.

[Visual Basic]
Overloads Public Sub New( _
   ByVal project As Project _
)
[C#]
public BuildEventArgs(
   Project project
);

Parameters

project
The Project that emitted the event.

Remarks

Missing <remarks> documentation for M:NAnt.Core.BuildEventArgs.#ctor(NAnt.Core.Project)

See Also

BuildEventArgs Class | NAnt.Core Namespace | BuildEventArgs Constructor Overload List