NAnt SDK Documentation - v0.92 |
|
BuildEventArgs Constructor (Target)
Initializes a new instance of the BuildEventArgs class for a Target level event.
[Visual Basic]
Overloads Public Sub New( _
ByVal
target As
Target _
)
[C#]
public BuildEventArgs(
Target target);
Parameters
-
target
- The Target that emitted the event.
See Also
BuildEventArgs Class | NAnt.Core Namespace | BuildEventArgs Constructor Overload List