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

Autodesk.AutoCAD.js

JavaScript
function Acad.SystemVariableCollection.SystemVariable.removeEventListener(eventname,callback);
Parameters 
Description 
eventname 
is an event for which callback would be called, possible value are "valueChanged" and "activated" 
callback 
is a callback function, which is called when an event occurs 

Use this function to remove callback.

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