Table of Contents

Method BubbleKeyUp

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

BubbleKeyUp(Key, uint, out bool)

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

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

Parameters

key Key

Key.

repeatCount uint

Key repeat count.

handled bool

Result of the key procesing.

BubbleKeyUp(KeyEventArgs)

public virtual void BubbleKeyUp(KeyEventArgs e)

Parameters

e KeyEventArgs

Event arguments.