c# - Updating App content on resume -


this going noob question wasn't able google it.

in windows phone app there's method in app.xaml.cs

    private void application_activated(object sender, activatedeventargs e)     {     } 

that called when app brought background. how can have main app page (main.xaml.cs) update new data web when method beeing called. want happen when main page open not when other pages open

can give me hint here?

thanks in advance!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -