The Events tab in the Component Editor shows you the types of events generated by the open component and the event listeners registered to receive those events. You cannot add, remove, or edit events in the Events tab, but you can edit the list of registered event listeners. (Note that the Student_01
component that you’ve been working with does not generate any events.)
To edit the list of event listeners:
Select an event listener from the Registered Event Listeners list and click the “...” button that appears to the right. A dialog box opens, displaying a list of the components that listen for this type of event.
Click on the component you want to change, then click on the “@” button that appears to the right. (Note: You can also add or remove components from the list using the InsertBefore, InsertAfter, and Remove buttons.)
When the Select a Component dialog box opens, select a component of the suggested type and click OK to return to the previous dialog box.
Click OK.
In the Component Editor, click the Save button on the editor toolbar.