Raises the DocumentLoaded event.

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#
protected virtual void OnDocumentLoaded(
	DocumentLoadedEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnDocumentLoaded ( _
	args As DocumentLoadedEventArgs _
)
Visual C++
protected:
virtual void OnDocumentLoaded(
	DocumentLoadedEventArgs^ args
)

See Also