laptop and a wrench

Bug

In ArcGIS Pro SDK, the RowChangedEventArgs.Operation.SetOnComplete() method from the EditOperation class is nested inside a RowCreatedEvent. The Subscribe event handler does not trigger when a new feature table row is created.

ArcGIS Pro SDK for .NET
Bug ID Number BUG-000176392
SubmittedMay 13, 2025
Last ModifiedDecember 2, 2025
Applies toArcGIS Pro SDK for .NET
Version found3.4
Operating SystemWindows OS
Operating System VersionN/A
StatusAs Designed

Additional Information

For all intents and purposes, the edit operation associated with the Row event args can be considered as the executing operation. However, the args.Operation is, in fact, a chained edit operation to the currently executing operation and not the actual executing operation itself. Thus, to trigger any callback set on the args.Operation via SetOnComplete, the args.Operation must also be executed. As it is a chained operation, any edits performed by it will be included alongside those of the parent operation as a single undo or redo item on the undo or redo stack. Therefore, to the user, it will appear as if a single transaction took place, rather than there being two edit transactions occurring in practice. SDK documentation is updated to more accurately describe the args.Operation property. This is available at https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#row-events section. The team apologizes for any confusion.

Steps to Reproduce

Bug ID: BUG-000176392

Software:

  • ArcGIS Pro SDK for .NET

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options