Occurs when a page is loaded.

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#
public event EventHandler<PageLoadedEventArgs> PageLoaded
Visual Basic (Declaration)
Public Event PageLoaded As EventHandler(Of PageLoadedEventArgs)
Visual C++
public:
 event EventHandler<PageLoadedEventArgs^>^ PageLoaded {
	void add (EventHandler<PageLoadedEventArgs^>^ value);
	void remove (EventHandler<PageLoadedEventArgs^>^ value);
}

See Also