ObjectAdded Event

Triggered when an object has been added to the drawing.

See Also | Example

Signature

object.ObjectAdded(Entity)

object

Document object
An object expression that evaluates to a valid container object. In this case, the only valid container is a document.

Entity

A Drawing Object; input to the handler
The object that was added to the drawing. It can be any one of the drawing objects.

Remarks

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

 

   Comments?