xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
console_cancel_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
console_cancel_event_args.hpp
"
6
#include "
event_handler.hpp
"
7
9
namespace
xtd
{
24
using
console_cancel_event_handler
= xtd::delegate<void(
console_cancel_event_args
&
e
)>;
25
}
xtd::console_cancel_event_args
Provides data for the console::cancel_key_press event. This class cannot be inherited.
Definition
console_cancel_event_args.hpp:22
console_cancel_event_args.hpp
Contains xtd::console_cancel_event_args event args.
event_handler.hpp
Contains xtd::event_handler event handler.
xtd::console_cancel_event_handler
xtd::delegate< void(console_cancel_event_args &e)> console_cancel_event_handler
Represents the method that will handle the cancel_key_press event of a xtd::console.
Definition
console_cancel_event_handler.hpp:24
xtd::console_key::e
@ e
The E key.
Definition
console_key.hpp:96
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.