xtd 0.2.0
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 {
25  using data_received_event_handler = xtd::delegate<void(xtd::object& sender, const xtd::diagnostics::data_received_event_args& e)>;
26  }
27 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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.h:25
Contains xtd::diagnostics::data_received_event_args event args.