6#include <xtd/event_args> 
   60      bool handled() const noexcept {
return handled_;}
 
  104      bool handled_ = 
false;
 
  105      bool suppress_key_press_ = 
false;
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
 
Contains xtd::forms::keys enum class.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10