In the image below I have five DocumentWindow (state names) and a ToolWindow (Properties). Following this steps, the ActiveWindowChanged event is called twice from different windows:
- make Colorado (tabbed window) the active window
- make California (Floating window) the active window
- make Properties (ToolWindow) the active window. At this point, the ActiveWindowChanged event is called twice. The first one changes the ActiveWindow from California to Colorado. And the second call changes the ActiveWindow from Colorado to Propeties.
This is making the application shows the Colorado properties instead of the California properties.
Is this the expected behavior? Is there a way to fix it?
I am using UI.for.WinForms.AllControls.Net40 v2022.3.921