TXTextControlWeb.removeEventListener Method

The removeListener function removes the specified listener from the TXTextControlWeb object.

Syntax

[JavaScript]
<void> TXTextControlWeb.removeEventListener(<string> eventName, <function> callback);
Parameter Description
eventName

The event name. (For possible event names see addEventListener)

callback

The event listener function to remove from the internal list of registered event listeners.