Good morning,
I was wondering what the appropriate way is to capture the Visual Studio shutdown/close event, either for my own Package or the whole process/ide? I need to perform a certain finalization step prior to the application being closed and was wondering what the appropriate place is.
I looked around and what 'seems' right is the SDTE / DTE2's .Events.DTEEvents.OnBeginShutdown event but I wanted to make sure it is in fact the correct one.
Any suggestions or directions?
Cheers and thanks,
-Jörg