C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnKeyDown Method
A System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
OnKeyDown Method (C1FlexGridBase)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
 

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains the event data.
See Also