Hi all,
I have a question, I have created an application with an outlook like interface based on the example project.
http://www.telerik.com/products/wpf/outlookbar.aspx
At the moment my all my data is initialized when the application starts.
I would like to have the possibility to run a function when I click on a menu item(schedular or E-mail in the example), so I can initialize the data when clicking on the menu item so I don't have to initialize everything up front.
is there a function for this?
this would give me the following benefits. initial loading should be faster and when data is changed during the application run I can easily update this by moving to another menu item and back.
thank you for your help.