'Declaration Protected Friend Overrides Sub OnKeyPress( _ ByVal e As KeyPressEventArgs _ )
'Usage Dim instance As Cell Dim e As KeyPressEventArgs instance.OnKeyPress(e)
protected internal override void OnKeyPress( KeyPressEventArgs e )
Parameters
- e
- A System.Windows.Forms.KeyPressEventArgs that contains the event data.