This document is archived and information here might be outdated.  Recommended version.


IRelatedObjectClassEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelatedObjectClassEvents Interface
ArcGIS Developer Help

IRelatedObjectClassEvents Interface

Provides access to events that occur when related objects are created.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IRelatedObjectClassEvents interface is an optional interface that is implemented by class extensions to receive messages about newly created objects in related object classes.

Members

Name Description
Method RelatedObjectCreated Notifies this object class that a related object was created.

Classes that implement IRelatedObjectClassEvents

Classes Description
AnnotationFeatureClassExtension (esriCarto) An Esri annotation feature class extension.
GeocodedFeatureClassExtension (esriLocation) A class extension for automatically maintaining geocoded feature classes.
GeocodingIndexClassExtension (esriLocation) A class extension for building and maintaining geocoding indexes.
SoundexTableClassExtension (esriLocation) A class extension for automatically maintaining geocoding indexes.

See Also

IRelationshipClass Interface | IClassExtension Interface