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

BuildEventArgs Constructor (Task)

[This is preliminary documentation and subject to change.]

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

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

Parameters

task
The Task that emitted the event.

Remarks

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

See Also

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