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!

DataGridTextBox.OnKeyPress

[To be supplied.]

[Visual Basic]
Overrides Protected Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
)
[C#]
protected override void OnKeyPress(
   KeyPressEventArgs e
);
[C++]
protected: override void OnKeyPress(
   KeyPressEventArgs* e
);
[JScript]
protected override function OnKeyPress(
   e : KeyPressEventArgs
);

Parameters

e
[To be supplied.]

See Also

DataGridTextBox Class | DataGridTextBox Members | System.WinForms Namespace