windows phone 7 - Event atStart App? -



windows phone 7 - Event atStart App? -

i'm starting writing little app @ wp7. consider 1 thing. there event "atstart"? want utilize textbox display actual info text , thought event "atstart/atlaunch" perfect it.

thanks

there no "atstart" event - there application.launching event fired when application starts up. there onnavigatedto virtual method can override on page level invoked when page first navigated to. sounds onnavigatedto might looking for. @ point can alter text property of textblock (which identified x:name) nowadays in page xaml file.

windows-phone-7

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -