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


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

IRelationshipClassEvents.OnChange Event

This event is fired when a relationship's attributes are updated.

[Visual Basic .NET]
Public Event OnChange As OnChangeEventHandler
[C#]
public event OnChangeEventHandler OnChange
[C++]
HRESULT OnChange(
  IRelationship* rel
);
[C++]
Parameters
rel [in]

rel is a parameter of type IRelationship*

Product Availability

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

Description

OnChange is fired if you do any of the following:

See Also

IRelationshipClassEvents Interface