Events
Events are managed through the component's Events tab in the Component Inspector, which gives a list that matches each event fired by an object with its corresponding handler method. There is also an Events entry on object contextual menus in both the Component Inspector and Explorer.
A new component does not have event handlers defined; the values are all
<none>
.
Contents | Prev | Next | Index |