Constructor KeyEventArgs
KeyEventArgs()
Constructs an instance of the KeyEventArgs class.
public KeyEventArgs()
KeyEventArgs(object, Key, uint)
Constructs an instance of the KeyEventArgs class.
public KeyEventArgs(object originalTarget, Key key, uint repeatCount)