MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.removeEventListener Method

See Also
 





Removes a single event listener attached to the Diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function removeEventListener (eventName, handler)

 Parameters

eventName

The name of the event. See a list of supported events here.

handler

Represents the method that handles the event specified with eventName.

 See Also