Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Is there any event raised when a tab page is selected? Collapse All
Subject Author Date
Didier Martin Nov 7, 2007 - 12:54 PM

Hello,

I have a hard to find in the doc if there is an event raised when a tab is selected. I need this kind of event because I want to display different type of control in the client area of my form when tab pages are selected. For example, if there is two tab pages, one for "edit" and one for "view", if the current tab is "view", then my code needs to be notified when the tab page "edit" is selected and vise versa. Is there any event doing that and if yes what is its method invocation?

Many thanks for your help
Didier

Technical Support Nov 8, 2007 - 3:02 AM

You can achieve that by using the Elegant.Ui.Ribbon.CurrentTabPageChanged event.