When building a Windows RT application (based on C#) it is pretty common that you will want to notify your user of an event. It is more common that you are going to want to do this in a way which is not intrusive, aka does not get in the way of the user. Luckily for you the WinRT team has...