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
444
xamDockManager, TagGroupPane - Events to track user Tab selection
posted

 Hi

I have  a tree and a XamDockManager (with a TabGroupPane) and I want to sync the user selection (e.g User selects a Tab, the tree changes selection)

Is there an event that I can tie into on either the TabGroupPane or the content (ContentPane) to pick up the selection changes.

I have used SelectionChanged but the AddedItems and RemovedItems objects also include the Child objects of the tab page itself. I could filter by type being passed in but it seems expensive

thanks

Martin