Provides access to events that occur when related objects are modified.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IRelatedObjectClassEvents2 interface is an optional interface that is implemented by class extensions to receive messages about objects that are changed, moved or rotated in related object classes.
Members
Description | ||
---|---|---|
RelatedObjectChanged | Notifies this object that a related object changed. | |
RelatedObjectMoved | Notifies this object that a related object moved. | |
RelatedObjectRotated | Notifies this object that a related object rotated. | |
RelatedObjectSetMoved | Notifies this object that a set of objects with relationships to the input set of objects moved. | |
RelatedObjectSetRotated | Notifies this object that a set of objects with relationships to the input set of objects rotated. |
Remarks
RelatedObjectMoved and RelatedObjectRotated are currently reserved. A class extension implementing this interface must include these two methods, but since they will not be called, the methods should remain empty. Feature movement and rotation triggers the RelatedObjectSetMoved and RelatedObjectSetRotated methods, where functionality should be defined.