Hi all;

Is there an event handler that fires after the warmup is complete, but before any live event handlers are called?

If not, any ideas on how to watch for that to occur, to then call a method at that point? There are numerous On* event handlers called in which I can check for IsWarmingUp, but I need to get this in the very first of all the On* event handlers.

thanks - dave

Author