using xtd::diagnostics::data_received_event_handler = typedef xtd::delegate<void(xtd::object& sender, const xtd::diagnostics::data_received_event_args& e)> |
Represents the method that will handle the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::error_data_received event of a Process.
sender | The source of the event. |
e | A xtd::diagnostics::process::data_received_event_args that contains the event data. |