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


IRelationshipClassEvents.OnChange Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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