xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
diagnostics
data_received_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../event_handler.hpp
"
6
#include "
data_received_event_args.hpp
"
7
9
namespace
xtd
{
11
namespace
diagnostics
{
27
using
data_received_event_handler
= xtd::delegate<void(
xtd::object
& sender,
const
xtd::diagnostics::data_received_event_args
&
e
)>;
28
}
29
}
xtd::diagnostics::data_received_event_args
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition
data_received_event_args.hpp:28
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition
object.hpp:45
data_received_event_args.hpp
Contains xtd::diagnostics::data_received_event_args event args.
event_handler.hpp
Contains xtd::event_handler event handler.
xtd::diagnostics::data_received_event_handler
xtd::delegate< void(xtd::object &sender, const xtd::diagnostics::data_received_event_args &e)> data_received_event_handler
Represents the method that will handle the xtd::diagnostics::process::output_data_received and xtd::d...
Definition
data_received_event_handler.hpp:27
xtd::console_key::e
@ e
The E key.
Definition
console_key.hpp:96
xtd::diagnostics
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition
assert_dialog_result.hpp:10
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.