xtd 0.2.0
console_cancel_event_handler.h
Go to the documentation of this file.
1 #pragma once
6 #include "event_handler.h"
7 
9 namespace xtd {
20  using console_cancel_event_handler = xtd::delegate<void(console_cancel_event_args&)>;
21 }
Contains xtd::event_handler event handler.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::console_cancel_event_args event args.
xtd::delegate< void(console_cancel_event_args &)> console_cancel_event_handler
Represents the method that will handle the cancel_key_press event of a xtd::console.
Definition: console_cancel_event_handler.h:20