ToolWindow_Closing Event

Docking/MDI for Windows Forms Forum

Posted 18 years ago by Ernesto Serrano - Software Developer, VyS Yecla S.L.
Avatar
Is possible to add a ToolWindow_Closing Event with a event parameter that allows to cancel the closing of a toolWindow?

Thanks!

Comments (4)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Actually, it's already there. Use the DockManager.WindowClosing event and you can cancel the closing by setting an event arg property.


Actipro Software Support

Posted 18 years ago by Ernesto Serrano - Software Developer, VyS Yecla S.L.
Avatar
Yes, I know it, but I need to manage the closing event in various inherited toolWindow class, is possible to add this event to the TODO list?
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Ok, I'll add it to the TODO list for you. Maybe in the meantime, call a custom method on each tool window from the DockManager.WindowClosing event.


Actipro Software Support

Posted 18 years ago by Ernesto Serrano - Software Developer, VyS Yecla S.L.
Avatar
Ok, thanks!
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.