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 > IRowChanges Interface > IRowChanges.ValueChanged Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the value of the field at the specified index has changed since the last call to Store on the Row object.
[Visual Basic .NET] Public Function get_ValueChanged ( _ ByVal Index As Integer _ ) As Boolean
[C#] public bool get_ValueChanged ( int Index );
[C++]
HRESULT get_ValueChanged(
long Index,
VARIANT_BOOL* changed
);
[C++]
Parameters Index [in] Index is a parameter of type long changed [out, retval] changed is a parameter of type VARIANT_BOOL