NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWebFormServices.IsLoading

Gets whether the Web Forms designer is currently loading or not.

[Visual Basic]
Function IsLoading() As Boolean
[C#]
bool IsLoading();
[C++]
bool IsLoading() = 0;
[JScript]
function IsLoading() : Boolean;

Return Value

Returns true if the Web Forms designer is in the process of loading the associated ASPX document (this includes switching between views in HTMED), and false otherwise.

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace