ObjectErased Event |
Triggered when an object has been erased from the drawing.
Signature
object.ObjectErased(ObjectID)
object
Document object
An object expression that evaluates to a valid container object. In
this case, the only valid container is a document.
ObjectID
Long; input to the handler
The object ID of the object that was erased.
Remarks
No events will be fired while a modal dialog is being displayed.
Comments? |