Click or drag to resize

CSPhantomJSOperationOutputEventHandler Delegate

Operation output handler.

Namespace:  CSPhantomJS
Assembly:  CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax
public delegate void OperationOutputEventHandler(
	Object sender,
	string res
)

Parameters

sender
Type: SystemObject
res
Type: SystemString
See Also