Skip to content

Opening book details…

Can I read VB Event Handling in Inheritance on EtoBox?

VB Event Handling in Inheritance by Bob is a document available to read on EtoBox.

What is VB Event Handling in Inheritance about?

The document defines a BaseClass with a public event called BaseEvent that passes an integer parameter. It also defines a DerivedClass that inherits from BaseClass and contains an EventHandler sub that handles the BaseEvent from the base class, allowing code in the derived class to respond to events raised in the base class.

Author
Bob
Language
EN