ReSharper C# Live Template for Declaring Routed Event
- by Bart Read
Here's another WPF ReSharper Live Template for you. This one is for declaring standalone routed events of any type. Again, it's pretty simple: #region $EVENTNAME$ Routed Event public static readonly RoutedEvent $EVENTNAME$Event = EventManager.RegisterRoutedEvent(…