#include <data_received_event_args.h>
Inherits xtd::event_args.
|
static const event_args | empty |
| Provides a value to use with events that do not have event data.
|
|
static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal.
|
|
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance.
|
|
◆ data_received_event_args() [1/2]
xtd::diagnostics::data_received_event_args::data_received_event_args |
( |
| ) |
|
|
default |
◆ data_received_event_args() [2/2]
xtd::diagnostics::data_received_event_args::data_received_event_args |
( |
const xtd::ustring & |
data | ) |
|
|
inline |
◆ data()
const xtd::ustring & xtd::diagnostics::data_received_event_args::data |
( |
| ) |
const |
|
inline |
Gets the line of characters that was written to a redirected Process output stream.
- Returns
- true if the current process should resume when the event handler concludes; false if the current process should terminate. The default value is false; the current process terminates when the event handler returns. If true, the current process continues.
The documentation for this class was generated from the following file: