Occurs before the control is rendered.

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

Syntax

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

See Also