Occurs when the manual build is performed.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public event EventHandler ManualBuild
Visual Basic (Declaration)
Public Event ManualBuild As EventHandler
Visual C++
public:
 event EventHandler^ ManualBuild {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also