Registers a single event listener on the NodeListView.
Namespace: MindFusion.Diagramming
File: NodeListView.js
JavaScript
![]() |
---|
function addEventListener (eventName, handler) |
The name of the event. Currently supported events are controlLoaded and nodeSelected.
Represents the method that will handle the event specified with eventName.