
Hi,
we are using your DockSite and have subscribed to the WindowActivated and WindowDeactivated Events.
As long as we don't use the WindowsFormsHost to show Winforms content, everything is fine and the events are fired.
Our scenario is as follows: We have a floating ToolWindow (with WPF content) and a DockingWindow (with hosted Windows Forms content) in the TabbedMDIContainer. If we now change the active window by clicking directly into the WindowsFormsHost and in the Toolwindow the WindowActivated/Deactivated events are no longer fired.
I have a sample project which shows the problematic behavior. Is it possible for me to attach it to this thread?
Thanks for your help.