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:

PartDescription
objectA McGraphOverlay object.
OverlayA McGraphOverlay object.

the event source overlay.

ObjectA McGraphObj object.

graphic object related to this event.

propertyIdA Long value.

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.