Description
This Object's property identified by propertyId was changed. Or an attempt to edit properties could not be honored.
Syntax
Private Sub object_ObjectPropertyChanged(Overlay, Object, propertyId)
The ObjectPropertyChanged Event syntax has these parts:
the event source overlay.
graphic object related to this event.
If a property has changed, the dispid of the property that changed. Or if an edit attempt is blocked, a special code to indicate why. The dispid values and the special codes are in the mcMcOvrLibPropertyIDs enum.