Click or drag to resize

MainWindowButterflowWrapper_ParsedConsoleOutputRecieved Method

Butterflow wrapper parsed console output recieved.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.1.1.5749 (1.0.0.0)
Syntax
C#
private void ButterflowWrapper_ParsedConsoleOutputRecieved(
	Object sender,
	ButterflowWrapperButterflowOutputArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: butterflow_uiButterflowWrapperButterflowOutputArgs
The ButterflowOutputArgs to process.
See Also