Table of Contents

Method OnBeforeParentKeyPress

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.AlternetUI.v10.dll

OnBeforeParentKeyPress(object, KeyPressEventArgs)

Called before the KeyPress event of the Parent is raised.

protected override void OnBeforeParentKeyPress(object sender, KeyPressEventArgs e)

Parameters

sender object

The source of the event.

e KeyPressEventArgs

A KeyPressEventArgs that contains the event data.