xtd 0.2.0
Loading...
Searching...
No Matches

◆ key_event_args() [2/2]

xtd::forms::key_event_args::key_event_args ( xtd::forms::keys  key_data)
inlineexplicit

Initializes a new instance of the key_event_args class.

Parameters
key_dataA xtd::forms::keys representing the key that was pressed, combined with any modifier flags that indicate which CMD, CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained by applying the bitwise OR (|) operator to constants from the Keys enumeration.