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
95
ContentPane close event
posted

Hi,

We are using Infragistics v10.1 xamDockManager. Inside which we have a documentContentHost, inside which we have a SplitPane, then a TabGroupPane, and then ContentPanes. These ContentPanes can have again a xamDockManager, then documentContentHost, then SplitPane, the TabGroupPane, and then ContentPanes.

What we are trying to find is, if the outer level content pane closes, how can the inner level content pane be notified.

Thanks,

Abhinav.

Parents
No Data
Reply
  • 54937
    Offline posted

    There is no relationship/communication between a contentpane and any dockmanager or any other elements that may happen to be nested somewhere within it so you would have to handle propogating whatever notifications you needed to send to elements within the pane.

Children