Method BubbleKeyDown
BubbleKeyDown(Key, ModifierKeys, uint, out bool, char, KeyStates)
Calls BubbleKeyDown(KeyEventArgs) for the focused control with the specified parameters.
public static void BubbleKeyDown(Key key, ModifierKeys modifiers, uint repeatCount, out bool handled, char keyChar, KeyStates keyStates = KeyStates.Down)
Parameters
keyKeyKey code.
modifiersModifierKeysThe set of modifier keys pressed at the time when event was received.
repeatCountuintKey repeat count.
handledboolResult of the key processing.
keyCharcharKey char.
keyStatesKeyStatesThe state of the key referenced by the event. Optional. Equals Down if not specified.
BubbleKeyDown(KeyEventArgs)
public virtual void BubbleKeyDown(KeyEventArgs e)
Parameters
eKeyEventArgsEvent arguments.