'Declaration
Public Overridable Sub DoKeyPress( _ ByVal e As System.Windows.Forms.KeyPressEventArgs _ )
'Usage
Dim instance As NView Dim e As System.Windows.Forms.KeyPressEventArgs instance.DoKeyPress(e)
public virtual void DoKeyPress( System.Windows.Forms.KeyPressEventArgs e )
Parameters
- e