Modified Event

AEC Auto

Modified Event

Triggered when an object or collection in the drawing has been modified.

See Also | Example

Signature

object.Modified(Entity)

Aec2dSection, AecAnchor, AecAnchorEntToCurve, AecAnchorEntToGridAssembly, AecAnchorEntToLayoutCell, AecAnchorEntToLayoutNode, AecAnchorEntToLayoutVolume, AecAnchorLeadEntToNode, AecAnchorToRef, AecBlockRef, AecCamera, AecCellLayoutTool, AecClipVol, AecClipVolRes, AecDictionary, AecDictRecord, AecEditInPlaceProfile, AecEntity, AecEntRef, AecGeo, AecGridAssembly, AecLayerKeyStyle, AecLayerKeyStyles, AecLayoutCurve, AecLayoutGrid2D, AecLayoutGrid3D, AecLayoutTool, AecMaskBlockRef, AecMaskBlockStyle, AecMaskBlockStyles, AecMassElement, AecMassElementStyle, AecMassElementStyles, AecMassGroup, AecMVBlockRef, AecMVBlockStyle, AecMVBlockStyles, AecObject, AecPolygon, AecPolygonStyle, AecPolygonStyles, AecProfileStyle, AecProfileStyles, AecSlice, AecVolumeLayoutTool
An object expression that evaluates to a valid container object.

Entity

A Drawing Object
The object in the drawing that is modified can be any one of the drawing objects.

Remarks

This event will be triggered whenever the object is modified. Modification includes whenever the value of a property is set, even if the new value is equal to the current value.

When coding in VBA, you must provide an event handler for all objects enabled for the Modified event. If you do not provide a handler, VBA may terminate unexpectedly.

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