Raises the DocumentLoaded event.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected virtual void OnDocumentLoaded( DocumentLoadedEventArgs args ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnDocumentLoaded ( _ args As DocumentLoadedEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnDocumentLoaded( DocumentLoadedEventArgs^ args ) |
Parameters
- args
- Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.DocumentLoadedEventArgs
The DocumentLoadedEventArgs instance containing the event data.