ArcObjects Library Reference (GeoDatabase)  

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