ArcObjects Library Reference  (GeoDatabase)    

IRowEvents.OnChanged Method

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

[Visual Basic 6.0]
Sub OnChanged
[Visual Basic .NET]
Public Sub OnChanged ( _
)
[C#]
public void OnChanged (
);
[Java]
public void onChanged (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page