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
670
RibbonTabItemSelecting event ?
posted

Hello,

There's an RibbonTabItemSelected event on the RibbonTabItem class that is fired when a new tab has been selected, but is there an event that is fired before selecting the new tab (with the possibility to cancel the selection) ?

Thanks

Parents
No Data
Reply
  • 54937
    Verified Answer
    Offline posted

    No. The xamRibbon contains a derived TabControl (which is itself just a derived Selector). Neither TabControl nor Selector provide any means to prevent selection changes. Also, according to the UI guidelines clicking on a tab in the ribbon must select the tab and display its contents.

Children
No Data