How does the Event Handling Mechanism work in Visual Basic.NET?
Control arrays in Visual Basic 6.0 allow you to define one set of event procedures for all controls in the control array. In Visual Basic .NET, this functionality can be achieved for controls defined at design time and created at run time. The event handling mechanism allows controls to share event handler procedures without the need for control arrays.