Event Manager

Events allow you to inject custom code into existing code at certain execution points. You can attach custom code to an event so that when the event is triggered, the code gets executed automatically. so events can be used to extend functionality of current objects.

Last updated

Was this helpful?