Event listener trigger when notification window appears on Windows 8 C # phone

I could not find understandable, reliable and useful links or sites corresponding to the specific things I was looking for ...

- is there anyone here who can give me a link or a tutorial that discusses an event listener that will be triggered when a notification pop-up window appears (I mean a reminder notification window) ... and it will read the contents of the reminder. .. Thank you so much for your help.

An example application with codes will be a big help, so I can understand it more clearly, because I'm starting, thanks ....

[apology if this post may be misunderstood by others]

By the way, I am using visual studio 2012 final, and am currently creating a Windows phone application using C # ...

I visited these sites;

http://msdn.microsoft.com/en-us/library/aa645739(v=vs.71).aspx http://www.codeproject.com/Articles/11541/The-Simplest-C-Events-Example- Imaginable

+3
source share
2 answers

If you understand correctly, you want your application to perform some actions when reminding (created by any application). runs on Windows Phone. It's impossible.

0
source

This answer suggests that this is impossible, but without any explanation.

0
source

All Articles