'Declaration
Protected Overridable Sub OnKeyDown( _ ByVal e As System.Windows.Forms.KeyEventArgs _ )
'Usage
Dim instance As NNumericUpDown Dim e As System.Windows.Forms.KeyEventArgs instance.OnKeyDown(e)
protected virtual void OnKeyDown( System.Windows.Forms.KeyEventArgs e )
Parameters
- e