Table of Contents

Method OnAfterParentKeyDown

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

OnAfterParentKeyDown(object, KeyEventArgs)

Called after the KeyDown event of the Parent is raised.

protected override void OnAfterParentKeyDown(object sender, KeyEventArgs e)

Parameters

sender object

The source of the event.

e KeyEventArgs

An KeyEventArgs that contains the event data.