How to listen to changes in a IMGUIContainer with UIToolkit?
Inside an EditorWindow with UIToolkit, I am drawing the content of a scriptable object with an InspectorElement that generate a IMGUIContainer. How can I listen to any change happening in this IMGUIContainer?