Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect when user returns from using EmailComposeTask?

I noticed the user is redirected back to our app after sending an email using the EmailComposeTask. Is there maybe a Completed event handler for this or someway to determine when the user returns back to our app?

like image 292
Edward Avatar asked Oct 11 '22 08:10

Edward


1 Answers

The NavigatedTo event will be raised when the control comes back to your page.

Thanks, Stefan Wick - Microsoft Silverlight

like image 151
Stefan Wick MSFT Avatar answered Oct 15 '22 11:10

Stefan Wick MSFT