Summary
Chapter 3 demonstrated how events are supported in Visual Basic .NET. There is no question whether we need events, event handlers, and delegates—Windows is an event-based operating system. The question is whether or not the event model should be accessible to Visual Basic .NET programmers. The answers is a resounding yes.
Visual Basic .NET supports visually associating events and handlers at design time. It also supports associating events and handlers programmatically. VB6 did not support the underlying mechanism for the event model: function pointers (procedural types).
Visual Basic .NET has complete access to the event model and the underlying technology. In this chapter you learned how to associate event handlers with events visually ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access