Persistate API documentation
BuildEventHandler Delegate
NamespacesPersistateBuildEventHandler

[This is preliminary documentation and is subject to change.]

This delegate is used for the BuildDone event exposed by the IDevelopmentEnvironment interface.
Declaration Syntax
C#
public delegate void BuildEventHandler(
	Object sender,
	ProjectBuildEventArgs args
)
Parameters
sender (Object)
The IDevelopmentEnvironment that raised the event.
args (ProjectBuildEventArgs)
An object containing details of the BuildDone event.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)