Now we can handle Raw and Toast notification revcieved event via:
_httpChannel.HttpNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);
_httpChannel.ShellToastNotificationReceived += new EventHandler<HttpNotificationEventArgs>(httpChannel_HttpNotificationReceived);ere
But there is no event for Tile recieved. How to handle the Tile Recieved?
Thanks!