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

◆ handled() [1/2]

bool xtd::forms::key_press_event_args::handled ( ) const
inlinenoexcept

Gets a value indicating whether the xtd::forms::control::key_press event was handled.

Returns
true if the event is handled; otherwise, false.
Remarks
If the event is not handled, it will be sent to the operating system for default processing. Set handled to true to cancel the xtd::forms::control::key_press event.