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