This event is fired when you should close your
application so that wodAppUpdate can perform file
replacement. You should use this event to store any
settings, to close file handles etc..
wodAppUpdate will post WM_CLOSE message to your
application anyway, which will most probably cause it to be
closed, but it is advised that you close your application
by yourself - usually you know better how to do it
nicely.