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
750
Shown-esque event for UltraTab?
posted

Hi!

Is there an event for UltaTab or UltraTabControl that is fired when a tab is shown for the first time? An event similar to the Shown event.

I'm writing code that loads grid settings using LoadFromXML, but I can't load all the settings on the Shown Event because that effectively doubles the startup time of the application. I've tried binary format and that doesn't help. So on the advice of a help Infragistics employee (via webinar) I would like to perform the loading as necessary--when the user selects a tab for the first time.

Thanks!