How to detect Ribbon Tab click or Tab changed event? #20
Answered
by
harborsiem
rulai-yinqiang
asked this question in
Q&A
-
|
My program has different controls in different tabs. I'd like to use Ribbon like TabControl. How to detect Tab click or Tab changed event? |
Beta Was this translation helpful? Give feedback.
Answered by
harborsiem
Apr 25, 2024
Replies: 1 comment
-
|
In Ribbon Framework there is no direct Tab click or Tab changed event. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rulai-yinqiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Ribbon Framework there is no direct Tab click or Tab changed event.
But if you really need it, then you have to look to the EventLogger class which is placed inside the ribbon control. See Wiki for EventLogger.