Occurs after document load.

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

Syntax

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

See Also