|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Transient.addEventListener(eventname,fn);
|
Parameters |
Description |
|
eventname |
is the event for which function fn is called. |
|
fn |
is a callback function, which is called when an event occurs. |
Use this function to add a callback.
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|