Search
Disposable.removeEventListener Method
See Also
 





Removes a single event listener attached to the instance.

Namespace: MindFusion.Controls
File: Control.js

 Syntax

JavaScript  Copy Code

function removeEventListener (eventName, handler, [element])

 Parameters

eventName

String. The name of the event.

handler

Method. Represents the method that handles the event specified with eventName.

element
Optional.

Object. For internal use.

 See Also