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!

IEditorHost.DropDownDone

This should be called when the control inside a drop down is done editing the value.

[Visual Basic]
Sub DropDownDone()
[C#]
void DropDownDone();
[C++]
void DropDownDone() = 0;
[JScript]
function DropDownDone();

See Also

IEditorHost Interface | IEditorHost Members | System.WinForms.ComponentModel Namespace | dropDownControl