Manually throw event for mx.containers.Window

I have an event that hides the windows I create when the user clicks on the closeButton and adds it to a menu for later access.

I am wondering though, since I am dynamically creating a lot (depending on the xml being read in), if I can fire this event right after creation manually. I don’t know how to go about doing this though.

Any ideas?

–BackBayChef