ButterflowWrapperProcess_OutputDataReceived Method |
Event handler. Called by Process for output data received events.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private void Process_OutputDataReceived(
Object sender,
DataReceivedEventArgs e
)
Private Sub Process_OutputDataReceived (
sender As Object,
e As DataReceivedEventArgs
)
private:
void Process_OutputDataReceived(
Object^ sender,
DataReceivedEventArgs^ e
)
private member Process_OutputDataReceived :
sender : Object *
e : DataReceivedEventArgs -> unit
Parameters
- sender
- Type: SystemObject
Source of the event. - e
- Type: System.DiagnosticsDataReceivedEventArgs
Data received event information.
See Also