Method BubbleKeyAction
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
Type Parameters
T
Type of the event arguments.