Quote Originally Posted by Traps View Post
Tell me what you think about using the handles keyword at design time as opposed to wiring up the events with addhandler.
If Visual Designer takes care of it, I do not care.

If I need to add it, I prefer AddHandler since it makes my intention more clear (Handles is usually hidden far right). I find it also easier to work with if I need to translate code between C# and VB.NET.