I am little confused about which one is called first. Kraig's free
ebook (page 105) has sequence of events and it shows shows that
activated
is invoked
loaded
. However MDSN documentation at
http://msdn.microsoft.com/en-us/library/windows/apps/br229840.aspx states that onLoaded is called before activated as well. In my test code, onload executes before onactivated which is inline with what is MSDN. Does the book describes these event sequence
incorrect or am I simply misunderstanding it ?