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
958
Problem in PaneHidden event handler
posted

Hello,

I use a WinDockManager (actually the CAB Workspace version of it) and I have one Control-pane in it. I want to know if the user closed the pane therefore I catch the PaneHidden event.

From within the PaneHidden event handler I want to fire another event (a user defined one).
But when I do that the pane doesn't get hidden anymore - it doesn't disappear anymore.

When I comment the line which fires the event it disappears.

Maybe it's a bug, maybe I have to use another event (which one?).

Any help would be highly appreciated.

Regards, Gerald

Parents
No Data
Reply
  • 44743
    posted

    I believe you are using the correct event, but perhaps something is being done in the event handler fired from the PaneHidden handler which is keeping the pane open.

Children