Click or drag to resize

EasyScriptRemoveListener Method

This method removes an event listener from the list of listeners interested in signature events.

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

Parameters

recv
Type: EasyScriptAPIIEasyScriptEventListener
Listener that is no longer interested in signature events.
See Also