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

Project.BuildStarted Event

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for E:NAnt.Core.Project.BuildStarted

[Visual Basic]
Public Event BuildStarted As BuildEventHandler
[C#]
public event BuildEventHandler BuildStarted;

Event Data

The event handler receives an argument of type BuildEventArgs containing data related to this event. The following BuildEventArgs properties provide information specific to this event.

Property Description
Exception Gets or sets the Exception associated with this event.
Message Gets or sets the message associated with this event.
MessageLevel Gets or sets the priority level associated with this event.
Project Gets the Project that fired this event.
Target Gets the Target that fired this event.
Task Gets the Task that fired this event.

Remarks

Missing <remarks> documentation for E:NAnt.Core.Project.BuildStarted

See Also

Project Class | NAnt.Core Namespace