开发者

Detect when user returns from using EmailComposeTask?

开发者 https://www.devze.com 2023-02-24 04:24 出处:网络
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 开发

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 开发者_C百科back to our app?


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

Thanks, Stefan Wick - Microsoft Silverlight


Yes there is a completed event handler.

Here is how to do it for CameraCaptureTask. EmailComposeTask should be the same.

0

精彩评论

暂无评论...
验证码 换一张
取 消