Table of Contents

Method BubbleKeyAction

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

BubbleKeyAction<T>(T, Action<Control, T>)

Bubbles specified key event action with arguments.

public virtual void BubbleKeyAction<T>(T e, Action<Control, T> action) where T : HandledEventArgs

Parameters

e T

Event arguments.

action Action<Control, T>

Action to call.

Type Parameters

T

Type of the event arguments.