Hello,
Is it possible to catch popup opening event of auto hide window?
I would like to execute some process before auto hide window is popuped and cancel opening auto hide window if the process was failed.
Would you please tell me how to solve it?
I tried to use DockSite.WindowAutoHidePopupOpened event, but auto hide window is already displayed when the event is fired.