Tab control in Silverlight 3.0 and Dirty data
Posted
by Vinayak Bhosale
on Stack Overflow
See other posts from Stack Overflow
or by Vinayak Bhosale
Published on 2010-06-02T02:11:10Z
Indexed on
2010/06/02
2:23 UTC
Read the original article
Hit count: 383
We are using tab control in our project. While using this control i came across a few issues like - When the tab control loads, it invokes constructor of all the xaml pages that form the individual tabs. Can this be avoided?
- Is there any event with tab control that we can use to identify dirty data on the previous tab that i may have visited. I mean can i prevent user from navigating to some other tab before saving the changes on current tab.
© Stack Overflow or respective owner