Occurs when a report 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<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);
}

See Also