[226] Rename bug
When I rename a method used as event handler the event handler assignation is not renamed, suppose to have this code:
Before:
myobject.MyEvent += new EventHandler(this.myMethod);
after renaming myMethod to myNewMethod the above code is not changed.
Antonio.
Please sign in to leave a comment.