Called when a document is loaded.

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

Syntax

C#
protected virtual void OnDocumentLoaded(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnDocumentLoaded ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnDocumentLoaded(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs

See Also