Removes a single event listener attached to the instance.
Namespace: MindFusion.Controls
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
function removeEventListener (eventName, handler, [element]) |
String. The name of the event.
Method. Represents the method that handles the event specified with eventName.
Object. For internal use.
See Also