'Declaration
Protected Overridable Sub OnKeyPress( _ ByVal sender As Object, _ ByVal e As KeyPressEventArgs _ )
'Usage
Dim instance As DropDownEditor Dim sender As Object Dim e As KeyPressEventArgs instance.OnKeyPress(sender, e)
protected virtual void OnKeyPress( object sender, KeyPressEventArgs e )
Parameters
- sender
- An System.Object value that indicates the event sender.
- e
- The System.Windows.Forms.KeyPressEventArgs instance that contains the event data.