This event is fired when a relationship's attributes are updated.
[Visual Basic 6.0] Event OnChange(
ByVal rel As IRelationship _
)
[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:
- Update an attribute value of an AttributedRelationshipClass