BaseGridControl.OnKeyDown Method
Called when key down is TAB, SHIFT-TAB, or last/first cells.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub OnKeyDown ( _
e As KeyEventArgs _
)
'Usage
Dim e As KeyEventArgs
Me.OnKeyDown(e)
protected virtual void OnKeyDown(
KeyEventArgs e
)
protected:
virtual void OnKeyDown(
KeyEventArgs^ e
)
protected function OnKeyDown(
e : KeyEventArgs
)
abstract OnKeyDown :
e:KeyEventArgs -> unit
override OnKeyDown :
e:KeyEventArgs -> unit
Parameters
- e
Type: System.Windows.Forms.KeyEventArgs
The key event arguments
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport Namespace