Computer Science, asked by rutusawant311, 11 months ago

what is use of $event?​

Answers

Answered by yuigarg6806
1

Answer:

As mentioned above, events are actions or occurrences that happen in the system you are programming — the system will fire a signal of some kind when an event occurs, and also provide a mechanism by which some kind of action can be automatically taken (e.g. some code running) when the event occurs.

Similar questions