ObjectModified Event

Triggered when an object in the drawing has been modified.

See Also | Example

Signature

object.ObjectModified(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 in the drawing that is modified. It can be any one of the drawing objects.

Remarks

This event takes place after the modification operation is complete.

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

 

   Comments?