Table of Contents

Method BubbleKeyDown

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

BubbleKeyDown(Key, uint, out bool)

Calls BubbleKeyDown(KeyEventArgs) for the focused control with the specified parameters.

public static void BubbleKeyDown(Key key, uint repeatCount, out bool handled)

Parameters

key Key

Key.

repeatCount uint

Key repeat count.

handled bool

Result of the key procesing.

BubbleKeyDown(KeyEventArgs)

public virtual void BubbleKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

Event arguments.