You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Dynamic Usage of Event Handlers in VB.NET Visual Basic / VB.Net
With Events and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.