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!

IDeferLoadService Interface

Allows asynchronous loading of designers.

IDeferLoadService

[Visual Basic]
Public Interface IDeferLoadService
[C#]
public interface IDeferLoadService
[C++]
public __gc __interface IDeferLoadService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

The designer host will not consider itself completely loaded until all calls to DeferLoad have been satisified by a corresponding OnDeferredLoadComplete.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IDeferLoadService Members | System.ComponentModel.Design Namespace