'Declaration
Protected Overrides Sub OnEditKeyPress( _ ByVal sender As Object, _ ByVal e As KeyPressEventArgs _ )
'Usage
Dim instance As FpCombo Dim sender As Object Dim e As KeyPressEventArgs instance.OnEditKeyPress(sender, e)
protected override void OnEditKeyPress( object sender, KeyPressEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data