I have
<igWpf:TabGroupPane ....>
<igWpf:ContentPane ...>
<igWpf:XamDataGrid ../>
</igWpf:ContentPane>
</igWpf:TabGroupPane>
I want to raise an event when I switch between content panes. How can I achieve this?
Thank you
Thank you, the solution works.
Hello Lala,
I am just checking if you require any further assistance on the matter.
Hi Ritika,
Thank you for your post. I have been looking into your requirement and I can suggest you handle the ‘ActivePaneChanged’ event of the XamDockManager which fires when selecting a new pane:
http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/InfragisticsWPF4.DockManager.v14.1~Infragistics.Windows.DockManager.XamDockManager~ActivePaneChanged_EV.html
Let me know, if you need any further assistance on this matter.