Hi,
Page is a
UserControl .The order of initialized and Isloaded event in page of content like below:
●Children.IsInitialized goes true
● Children.Initialized event is raised
● Page.IsInitialized goes true
● Page.Initialized event is raised
● Page IsLoaded goes to true
●Children.IsLoaded goes to true
● Page.Loaded is raised
● Children.Loaded is raised
You can also read Mike Hillberg's blog article how loaded event and initialized event:
http://blogs.msdn.com/mikehillberg/archive/2006/09/19/LoadedVsInitialized.aspx
That is similar with windows store app.
Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and
makes it easier for other visitors to find the resolution later.