Raises the PageLoaded event.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
protected virtual void OnPageLoaded(
	PageLoadedEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnPageLoaded ( _
	args As PageLoadedEventArgs _
)
Visual C++
protected:
virtual void OnPageLoaded(
	PageLoadedEventArgs^ args
)

Parameters

args
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.PageLoadedEventArgs
The PageLoadedEventArgs instance containing the event data.

See Also