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!

ValueEditorHost.OnEditingKeyDown

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnEditingKeyDown( _
   ByVal e As KeyEventArgs _
)
[C#]
protected virtual void OnEditingKeyDown(
   KeyEventArgs e
);
[C++]
protected: virtual void OnEditingKeyDown(
   KeyEventArgs* e
);
[JScript]
protected function OnEditingKeyDown(
   e : KeyEventArgs
);

Parameters

e
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace