ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / RowChangedEventArgs Class


RowChangedEventArgs Class Properties

For a list of all members of this type, see RowChangedEventArgs members.

Public Properties
 NameDescription
Public Property Determines if the Row was created, changed or deleted.  
Public Property Gets the guid that uniquely identifies the EditOperation.  
Public Property Gets the EditOperation currently being executed. Allows Event handler to make further edits.  
Public Property The Row that was modified.  
Top
See Also