xtd 0.2.0
Loading...
Searching...
No Matches
data_received_event_handler.h
Go to the documentation of this file.
1
4#pragma once
5#include "../event_handler.h"
7
9namespace xtd {
11 namespace diagnostics {
28 }
29}
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition data_received_event_args.h:28
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Contains xtd::diagnostics::data_received_event_args event args.
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:27
@ e
The E key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10