JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Transient.removeEventListener Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Transient.removeEventListener(eventname,fn);
Parameters 
Description 
eventname 
is the event for which function (f)n is called. 
fn 
is a callback function, which is called when an event occurs. 

Use this function to remove callback.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!