How are Event Handlers built in Visual Basic .NET?
Events in Visual Basic .NET are built on top of delegates, so they are handled very differently from events in Visual Basic 6.0. The upgrade wizard automatically handles the details surrounding events by generating signatures for the methods according to the rules of the .NET Framework, and by adding the necessary Visual Basic keywords to comply with the Visual Basic .NET events infrastructure.