Select to view content in your preferred language

RowChangedEvent does not get captured when using Calculate.

267
0
09-11-2023 09:52 AM
KhamilleJaynes
New Contributor III

Using ArcGIS Pro SDK version 3.1.0.41833. 

I am trying to capture when a table is edited. I am able to capture any table edits done directly in the table (for example, when you double click in a cell and manually type out the new value). I am also able to capture when table edits are done programmatically using EditOperation callback.

However, when I select a value/values and edit using the Calculate button in the table, it isn't being caught by the RowChangedEvent handler. It is being caught by OnEditCompleting and OnEditCompleted, etc. However, I want the capture to be more specific.

Any advice how to specifically capture this event? Thank you.

0 Kudos
0 Replies