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


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

IRowEvents.OnChanged Method

An after event that is fired when a custom object is changed.

[Visual Basic .NET]
Public Sub OnChanged ( _
)
[C#]
public void OnChanged (
);
[C++]
HRESULT OnChanged(
void
);

Product Availability

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

Remarks

The OnChanged method is called by the geodatabase when an application program calls Store on an existing Row object.

See Also

IRowEvents Interface