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