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

Autodesk.AutoCAD.js

JavaScript
function Acad.SystemVariableCollection.addEventListener(callback,sysvars);
Parameters 
Description 
callback 
is a callback function, which is called when an event occurs 
sysvars 
sysvars is comma seperated list of sysVars for which notification will be sent. 

Use this function to add callback.

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