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


IRowChanges.ValueChanged Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  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

Product Availability

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

See Also

IRowChanges Interface