Currently Re#er and VS use different rules when generating event handler names. In VS the name is something like <object>_<event> while in Re#er it is <object>_On<event> with first letter of the method capitalized. Since I actively use both of Re#er and VS (mainly in Forms Designer) to generate handlers, the sources look inconsistent.
Having some options to control Re#er-generated names would be nice. Several variants of such customization are possible.
1) The simplest one is to have an option which enforces "VS compatibility mode".
2) More sophisticated is to support some kind of name patterns. For example $OBJECT$On$EVENT$ or $OBJECT$$EVENT$. There also should be an option to control capitalization style.