Hey there, I have a UIcomponent which contents 5 more image components inside. I would like to show the UIcomponent after all images have loaded successfully.
If any image is still loading, the UIcomponent will not be displayed. Is there a easy way to add a event listener on the UIcomponent rather than add them for each of image component? any suggestions?

