Gets the property which indicates that the page 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 bool IsLoaded { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLoaded As Boolean
Visual C++
public:
property bool IsLoaded {
	bool get ();
}

See Also