xtd 0.2.0
Loading...
Searching...
No Matches
console_cancel_event_handler.h
Go to the documentation of this file.
1
4#pragma once
6#include "event_handler.h"
7
9namespace xtd {
21}
Provides data for the console::cancel_key_press event. This class cannot be inherited.
Definition console_cancel_event_args.h:20
Contains xtd::console_cancel_event_args event args.
Contains xtd::event_handler event handler.
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10