NAnt SDK Documentation - v0.92 |
|
BuildEventArgs Constructor (Project)
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.
See Also
BuildEventArgs Class | NAnt.Core Namespace | BuildEventArgs Constructor Overload List