KeyEventArgs

Details of a keyboard event.

Set handled = true in a handler to indicate the key was consumed and that further default processing should be suppressed.

Members

Variables

alt
bool alt;
Undocumented in source.
ctrl
bool ctrl;
Undocumented in source.
handled
bool handled;
Undocumented in source.
keyCode
uint keyCode;
Undocumented in source.
shift
bool shift;
Undocumented in source.

Meta