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
4341
Ultratoolbar Ribbon Mousescroll Event
posted

Hii

I am Using UltraToolbarmanager and using its AfterRibbontabselected event to show an image on ribbon bar

If I Click on Individual Tab say Ribbon1,Ribbon2 etc I am getting exact tab key name in AfterRibbontabselected  event.

But if i scroll mouse wheel on ribbon I am getting Oldvalue for following

UltraToolbarsManager1.Ribbon.SelectedTab.Key =

"ribbon2"

here i am moving from ribbon1 to ribbon2 but in AfterRibbontabselected  event i am getting current

tab key as ribbon1  insted of ribbon2 .

How to catch current value or new value for selected tab.

Note This happens only when we change ribbon tab via scrolling mouse wheel