I have a user control and I'm currrently trying to implement a custom routed event in it according to this tutorial: http://msdn.microsoft.com/en-us/library/ms752288.aspx
I get an error saying that "The name 'EventManager' does not exist in the current context".
I've tried to add it by writing using System.Windows.EventManager
but there is no such namespace.
Question is if it's possible at all to create custom routed events in windows phone 8 applications?