TCustomImageControl.OnLoaded never fires

I'm setting TWebImageControl.URL to some URL and the image loads OK, but the OnLoaded event handler that was assigned at design time never fires.

I traced it down to the fact that function TCustomImageControl.HandleImageLoad never gets called.

Use case: I need to know Width and Height of the loaded image, of which I assume are available only async after loading, right?

Cannot be reproduced.
In this sample, OnLoaded IS triggered.
Project1.zip (211.7 KB)

As soon as the image is connected to an ElementID, OnLoaded is not fired any more.
Test2.zip (212.8 KB)

We fixed this for bound controls. Next update will address this.