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