Hi:
I am trying to get access to the event after a window has been resized. The
events I have been using SizeChanged and Resize all fire after any pixel
size change.
What I am trying to achieve is after the window has been dragged to a new
size (or maximized/restored) then I redraw the images within the form.
If I do it on Resize, then it tries to redraw as the form is being resized,
which is not what I want. Is there some way I can get to the event and fire
only after they are done resizing?
Thanks.