1 what does the onevent() function do? it handles user interactions it creates a new app it stops the app it…

1 what does the onevent() function do? it handles user interactions it creates a new app it stops the app it deletes objects from the app 4 in design mode, what can you do?
Answer
Brief Explanations:
The onEvent() function is commonly used to handle user - generated events like clicks, key - presses etc. It is not for creating a new app, saving the app, or deleting objects from the app.
Answer:
It handles user interactions