Initializes a new instance of the BuildEventArgs class.
Initializes a new instance of the BuildEventArgs class.
public BuildEventArgs();
Initializes a new instance of the BuildEventArgs class for a Project level event.
public BuildEventArgs(Project);
Initializes a new instance of the BuildEventArgs class for a Target level event.
public BuildEventArgs(Target);
Initializes a new instance of the BuildEventArgs class for a Task level event.
public BuildEventArgs(Task);
BuildEventArgs Class | NAnt.Core Namespace