Canvas Resize Event Gone

Why did this event get taken away? It was present in earlier versions of Xojo but no longer is.

Are you sure, I can’t seem to find any reference to it (it might be before my time using Xojo)? Canvas.Paint should fire on a resize so you can detect it there?

Sometimes my false memories are so vivid :slight_smile:

Thanks for quick reply. I went looking through my old code for the use of this “event” that I dreamed up and I could not find it. I was using the resized event of the window to do things with the enclosed canvas which changed size when the window changed size.