What event is fire when docking a floating window

Docking/MDI for WPF Forum

Posted 7 years ago by Mark Bonner
Version: 16.1.0635
Avatar

Have tried a number of events off the primarydocksite but haven't found any events I can use to know the floating window has closed?

Comments (2)

Posted 7 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Mark,

No event fires when a floating DockHost is closed, but remember that dock host contains zero or more docking windows.  When all those docking windows are closed, the floating DockHost is closed as well.  So just watch the DockSite.WindowsClosed event to see when docking windows close.


Actipro Software Support

Posted 7 years ago by Mark Bonner
Avatar

thanks

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.