JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function DataItemCollection.removeEventListener(eventname,fn);
Parameters |
Description |
eventname |
is the name of the event you want to unregister. It can be one of the events in Acad.DataItemCollection.eventname. |
fn |
is the callback that is called when the event is triggered. |
Use this function to remove event listeners for the DataItemCollection class.
Copyright (c) 2014. All rights reserved.
|
What do you think about this topic? Send feedback!
|