I created a class and inside of it, I created a Public Event.

Now, in my form, I want to declare an array of my class and I want all of them linked on the event I created in my class, but I seems I can't use WithEvents with an array !

Is there any workaround for this ?