NAnt SDK Documentation - v0.92 |
|
Project.OnTargetFinished Method
Dispatches a TargetFinished event to the build listeners for this Project.
[Visual Basic]
Public Sub OnTargetFinished( _
ByVal
sender As
Object, _
ByVal
e As
BuildEventArgs _
)
Parameters
-
sender
- The source of the event.
-
e
- A BuildEventArgs that contains the event data.
See Also
Project Class | NAnt.Core Namespace