35 bool cancel()
const {
return cancel_;}
Provides data for the console::cancel_key_press event. This class cannot be inherited.
Definition console_cancel_event_args.h:18
console_cancel_event_args()=default
Initializes a new instance of the console_cancel_event_args class.
console_cancel_event_args(bool cancel, console_special_key special_key)
Initializes a new instance of the console_cancel_event_args class.
Definition console_cancel_event_args.h:26
console_special_key special_key() const
Gets the combination of modifier and console keys that interrupted the current process.
Definition console_cancel_event_args.h:43
bool cancel() const
Gets a value that indicates whether simultaneously pressing the Control modifier key and the C consol...
Definition console_cancel_event_args.h:35
void cancel(bool cancel)
Sets a value that indicates whether simultaneously pressing the Control modifier key and the C consol...
Definition console_cancel_event_args.h:39
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Contains xtd::console_special_key enum class.
Contains xtd::event_args event args.
console_special_key
Specifies combinations of modifier and console keys that can interrupt the current process.
Definition console_special_key.h:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17