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
Post a Comment