We have a scenario where with a property grid, we want to maintain the focused property when changing the DataObject. For this we would store the property path and re-focus after the new DataObject is set.
I see the RootItemChanged event for the second part of the solution, but I do not see a place to hook for the first part to capture the current focused property.
Thanks,