Hi,
if a ToolWindow is closed, the DockSite.WindowAutoHidePopupClosed event is fired.
What about the DocumentWindow? I can't find an event, that is fired, when a DocumentWindow is closed.
Thanks
Michael
Hi,
if a ToolWindow is closed, the DockSite.WindowAutoHidePopupClosed event is fired.
What about the DocumentWindow? I can't find an event, that is fired, when a DocumentWindow is closed.
Thanks
Michael
Hi Michael,
The DockSite.WindowClosed event fires for any docking window (tool or document) that is closed and is what you'd want to use. WindowAutoHidePopupClosed only hides when an auto-hidden tool window's popup is closed. For more info, there's a list of events in the Docking/MDI documentation that describe when various events fire.
Thanks a lot.
Please log in to a validated account to post comments.