Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
UltraDockManager event for dropping panes outside the form.
posted

Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4

I have a form with a UltraDockManager.  There is a DockableGroupPane with some UserControls as tubs on it. I can drag a tub outside the Form. I need to know, when a tab is dropped outside the Form to make some modifications on the UserControl. Which event can I use? AfterDockChange? But how to know that this pane (e.pane) is dropped outside the form?