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
1401
Handle Tab click event for Dockable control pane
posted

I added  more than one dockable control pane dynamically to the dock area of the ultradockmanager. I set the childpanestyle to TabGroup for the ultradock manager. I can navigate from one dockable pane to another by the Tab click corresponding to those panes.

When a purticular tab is clicked, I want to handle that Tab click event and put some functionality.

Any idea on how to handle this event?

There is Pane activate event, but I want to avoid using this

  • 44743
    posted

    You can handle the PaneDisplayed event. This will fire when any pane is hidden and then brought into view, including when a pane is unselected in a tab group and its tab is clicked. If this does not help though, there is no other events you can handle for this, but you can submit a feature request for such an event: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.