Occurs when the page is loaded.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public event EventHandler Loaded  | 
| Visual Basic (Declaration) | 
|---|
Public Event Loaded As EventHandler  | 
| Visual C++ | 
|---|
public: event EventHandler^ Loaded { void add (EventHandler^ value); void remove (EventHandler^ value); }  |