EndLISP Event

Triggered upon completion of evaluating a LISP expression.

See Also | Example

Signature

object.EndLISP()

object

Application object, Document object
An object expression that evaluates to a valid container object. In this case, the only valid containers are the application and a document.

Remarks

This event will occur after either a normal termination of the LISP evaluation, or after a cancellation of the LISP evaluation.

No events will be fired while a modal dialog is being displayed.

 

   Comments?