Hi All,
Is there an event handler than can fire when the user switches tab items on the xamRibbon?
Thanks,
Mike
Hello,
There is no method for this event, you might be able to determine this in another way though. For example, one way would be to bind the IsSelected property of the Tabs to a collection and watch for values to change in the collection.
Valerie
Were you able to resolve your issue?