During the development of my custom EventSource
I need to change the count and types of an event's parameters. Since I've used this EventSource
for a while, it had already registered its events dynamically.
Is it possible to change or delete this registration?