BuildEventHandler Delegate

Summary

Represents the method that handles the build events.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
  • MulticastDelegate
graph BT Type-->Base0["MulticastDelegate"] Type["BuildEventHandler"] class Type type-node

Syntax

public delegate void BuildEventHandler(Object sender, BuildEventArgs e) : MulticastDelegate