The following tables list the members exposed by KeyEventArgs.
Name | Description | |
---|---|---|
![]() | KeyEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Alt | Gets a value indicating whether the ALT key was pressed. |
![]() | Ctrl | Gets a value indicating whether the CTRL key was pressed. |
![]() | DefaultPrevented | |
![]() | KeyCode | Gets the keyboard code for a KeyDown or KeyUp event. |
![]() | Modifiers | Gets the modifier flags for a KeyDown or KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. |
![]() | OriginalEvent | |
![]() | Shift | Gets a value indicating whether the SHIFT key was pressed. |
Name | Description | |
---|---|---|
![]() | PreventDefault | |
![]() | StopPropagation |