Modified Event
Triggered when an object or collection in the drawing has been modified.
Signature
object.Modified()
Object
All Land objects can trigger the Modified Event An object expression that evaluates to a valid container object.
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.
Refer to the Land ActiveX and VBA Developer's Guide for a list of support events.