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!

IEditorSite Interface

IEditorSite is a callback through which value editors can get at the owners of the values they are editing. This is useful to get at other objects on the form.

IEditorSite

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

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

Classes that Implement IEditorSite

Class Description
ValueEditorHost [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IEditorSite Members | System.ComponentModel.Design Namespace