Hi,
For the table changes, I am listening to RowChangedEvent. Inside the handler method of this event I have a message box with Yes or No options. When you click No, edits will be cancelled.
I have two use cases to handle after that:
1. Sometimes my message box is hidden due to the Update Features Progress Dialog. How to make sure the message box will not be hidden behind the progress dialog?
2. Message box with Yes or No options occurs after applying the changes in the Attribute window. When No is clicked to make sure that change shouldn't be applied, can we make the state in the attribute window back to the previous one after clicking No?
NOTE: Message box is appearing inside the handler of RowChangeEvent which got triggered after the changes are applied from the attribute window for that table.
@Wolf @GKmieliauskas @CharlesMacleod @NarelleChedzey