NAnt SDK Documentation - v0.92 |
|
DefaultLogger.BuildStarted Method
Signals that a build has started.
[Visual Basic]
Overridable Public Sub BuildStarted( _
ByVal
sender As
Object, _
ByVal
e As
BuildEventArgs _
) _
Parameters
-
sender
- The source of the event.
-
e
- A BuildEventArgs object that contains the event data.
Implements
IBuildListener.BuildStarted
Remarks
This event is fired before any targets have started.
See Also
DefaultLogger Class | NAnt.Core Namespace