'Declaration
Protected Overridable Sub OnEditKeyPress( _ ByVal sender As Object, _ ByVal e As KeyPressEventArgs _ )
'Usage
Dim instance As SuperEditBase Dim sender As Object Dim e As KeyPressEventArgs instance.OnEditKeyPress(sender, e)
protected virtual void OnEditKeyPress( object sender, KeyPressEventArgs e )
Parameters
- sender
- Object that raised the event
- e
- Event arguments