Stage minimum resize

I’ve got a resize listener where I change my movieclips’ dimensions and positions

stage.addEventListener (Event.RESIZE, resizeListener);

But how I set the minimum allowed resize of the stage?
I don’t want the stage to be smaller than 1024x600 for example.