Resizable dragger finished?

quick question,

When my app is resized, it does a lot of work. is there a way to know when resizing is finished so i can do all the work once at the end.

thanks.

AsyncUpdater?

yes, i could set up a timer that is reset if a `resized’ comes in before it expires. the timer would use AsyncUpdater to trigger the final resize processing.

would have the overhead of another thread and any direct resize would be delayed.

im thinking more of when the user is resizing the ResizableWindow, like when the dragger is done.

?