Click or drag to resize

EasyScriptAddListener Method

This method accepts a new event listener which will be called when signature or card events are detected in the character stream passed in through ParseSignature().

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public void AddListener(
	IEasyScriptEventListener recv
)

Parameters

recv
Type: EasyScriptAPIIEasyScriptEventListener
Listener to notify when events are generated.
See Also