Table of Contents

Method OnBeforeParentKeyPress

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

OnBeforeParentKeyPress(object?, KeyPressEventArgs)

Called before the KeyPress event of the Parent is raised.

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

Parameters

sender object

The source of the event.

e KeyPressEventArgs

A KeyPressEventArgs that contains the event data.