I would like to disable parts of my extension's tool window if it is opened without a solution loaded, and need a way to detect this.
I know about the DTE events that are fired when a solution is opened/closed, is there perhaps a similar event for when the IDE itself has finished loading?