Click or drag to resize

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
C#
private void Process_OutputDataReceived(
	Object sender,
	DataReceivedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: System.DiagnosticsDataReceivedEventArgs
Data received event information.
See Also