This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowEvents Interface > IRowEvents.OnChanged Method (ArcObjects .NET 10.5 SDK) |
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
);
The OnChanged method is called by the geodatabase when an application program calls Store on an existing Row object.