C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnKeyPress Method
A System.Windows.Forms.KeyPressEventArgs that contains the event data.

In This Topic
OnKeyPress Method (C1FlexGrid)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
 

Parameters

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