PhoneApplicationPage_Loaded or Initialize component?

Hi expert,

Sorry if my title is a little but confuse. I would like your opinion for best pratices.

Since the beginning I used to put my code in method “PhoneApplicationPage_Loaded”.

Inside this method, I load all elements that i need and I confirm it works with I expect (I can fill a listbox etc…)

However, when :

  • I put the same code just below the Initialize component
  • remove "PhoneApplicationPage_Loaded"
    =>
    , i also notice that it works in the same way and did not notice any difference :party:

That’s why I need your user experience and feedback. What are the difference ? What do you advice ?

thx a lot