Events inheritance

According to the scope feature in interface, the Methods or Events can be inherited as Private, Override, or Published.

Let us assume that a chosen ancestor component has an event E. The inheritance process requires an interface to be created. The following options (values of EventScope) that are available for the ancestor's event E in the interface:

Figure 1. Events inheritance