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

BuildEventArgs Constructor (Target)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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