Method BubbleKeyDown
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
BubbleKeyDown(KeyEventArgs)
Bubbles RaiseKeyDown(KeyEventArgs).
public virtual void BubbleKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgsEvent arguments.