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


IRowChanges.ValueChanged Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowChanges Interface > IRowChanges.ValueChanged Property
ArcGIS Developer Help

IRowChanges.ValueChanged Property

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,
  Boolean* changed
);
[C++]
Parameters
Index [in]

Index is a parameter of type long changed [out, retval]
changed is a parameter of type bool*

Product Availability

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

See Also

IRowChanges Interface