Method BubbleKeyUp
BubbleKeyUp(Key, ModifierKeys, uint, out bool, char, KeyStates)
Calls BubbleKeyUp(KeyEventArgs) for the focused control with the specified parameters.
public static void BubbleKeyUp(Key key, ModifierKeys modifiers, uint repeatCount, out bool handled, char keyChar, KeyStates keyStates = KeyStates.None)
Parameters
key
KeyKey code.
modifiers
ModifierKeysThe set of modifier keys pressed at the time when event was received.
repeatCount
uintKey repeat count.
handled
boolResult of the key procesing.
keyChar
charKey char.
keyStates
KeyStatesThe state of the key referenced by the event. Optional. Equals None if not specified.
BubbleKeyUp(KeyEventArgs)
Bubbles RaiseKeyUp(KeyEventArgs).
public virtual void BubbleKeyUp(KeyEventArgs e)
Parameters
e
KeyEventArgsEvent arguments.