Raises the PageLoaded event.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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
)

See Also