xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
data_received_event_handler.h
Go to the documentation of this file.
1 #pragma once
5 #include "../event_handler.h"
7 
9 namespace xtd {
11  namespace diagnostics {
20  using data_received_event_handler = xtd::delegate<void(object& sender, const xtd::diagnostics::data_received_event_args& e)>;
21  }
22 }
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition: data_received_event_args.h:19
Contains xtd::diagnostics::data_received_event_args event args.
xtd::delegate< void(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.h:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17