Provides access to members that return information about changed values and the original value in a row.
| Description | ||
|---|---|---|
![]() |
OriginalValue | The value of the field at the specified index immediately after the last call to Store on the Row object. |
![]() |
ValueChanged | Indicates whether the value of the field at the specified index has changed since the last call to Store on the Row object. |
| CoClasses and Classes | Description |
|---|---|
| AnnotationFeature (esriCarto) | An ESRI annotation feature. |
| AttributedRelationship | ESRI Attributed Relationship. |
| ComplexEdgeFeature | ESRI Complex edge geometric network feature. |
| ComplexJunctionFeature | ESRI Complex junction geometric network feature. |
| CoverageAnnotationFeature | ESRI Coverage Annotation Feature. |
| DimensionFeature (esriCarto) | ESRI Dimension Feature class. |
| Feature | ESRI Feature. |
| GeocodedFeature (esriLocation) | A feature created by a locator. |
| NALocationFeature (esriNetworkAnalyst) | A network location which can be used like feature a row. |
| NALocationObject (esriNetworkAnalyst) | A network location which can be used like a row. |
| NATraversalResultElement (esriNetworkAnalyst) | An individual element in a traversal result. |
| Object | ESRI Object. |
| RasterCatalogItem | Raster Catalog Feature Class. |
| Row | ESRI Row. |
| SchematicDiagram (esriSchematic) | Schematic diagram object. |
| SchematicDrawing (esriSchematic) | Schematic drawing object. |
| SchematicLink (esriSchematic) | Schematic link object. |
| SchematicNode (esriSchematic) | Schematic node object. |
| SchematicNodeOnLink (esriSchematic) | Schematic node-on-link object. |
| SchematicSubLink (esriSchematic) | Schematic sublink object. |
| SimpleEdgeFeature | ESRI Geometric network edge feature. |
| SimpleJunctionFeature | ESRI Geometric network simple junction feature. |
| TemporalFeature (esriTrackingAnalyst) | Controls properties of the Temporal Feature object. |
| TopologyErrorFeature | ESRI Topology Error Feature. |
The IRowChanges interface allows clients of a row object to determine the values that were changed for the row object within a Store cycle. Once the Store method call returns to the calling application program, the information regarding the values that were changed is cleared and is no longer available. This information may be made use of by a custom object in its OnChanged or OnNew implementation and also by a related object in its implementation of the RelatedObjectChanged method.
The ValueChanged method returns true if the value for the specified field was changed since the last call to Store on the row object.
The OriginalValue method returns the value for the specified field as it existed prior to the first update made to the row object since the last call to Store on the row object.