Occurs when document 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<DocumentLoadedEventArgs> DocumentLoaded  | 
| Visual Basic (Declaration) | 
|---|
Public Event DocumentLoaded As EventHandler(Of DocumentLoadedEventArgs)  | 
| Visual C++ | 
|---|
public: event EventHandler<DocumentLoadedEventArgs^>^ DocumentLoaded { void add (EventHandler<DocumentLoadedEventArgs^>^ value); void remove (EventHandler<DocumentLoadedEventArgs^>^ value); }  |