MindFusion.Diagramming for JavaScript Programmer's Guide
NodeListView.addEventListener Method
See Also
 





Registers a single event listener on the NodeListView.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function addEventListener (eventName, handler)

 Parameters

eventName

The name of the event. Currently supported events are controlLoaded and nodeSelected.

handler

Represents the method that will handle the event specified with eventName.

 See Also

NodeListView Members
NodeListView Class
MindFusion.Diagramming Namespace