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?
Have you tried checking the pane's DockState in the AfterDockChange event. It should be Floating when the pane has been dragged outside the Form.
no idea?