Table of Contents

Method OnAfterParentKeyPress

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnAfterParentKeyPress(object?, KeyPressEventArgs)

Called after the KeyPress event of the Parent is raised.

protected virtual void OnAfterParentKeyPress(object? sender, KeyPressEventArgs e)

Parameters

sender object

The source of the event.

e KeyPressEventArgs

A KeyPressEventArgs that contains the event data.