Skip to content

Instantly share code, notes, and snippets.

@nickdarnell
Created June 28, 2015 12:23
Show Gist options
  • Save nickdarnell/ed1e99adcbd4e937deb7 to your computer and use it in GitHub Desktop.
Save nickdarnell/ed1e99adcbd4e937deb7 to your computer and use it in GitHub Desktop.
// Must hold a reference to the solution events object or the events wont
// fire, garbage collection related
msolutionEvents = mdte.Events.SolutionEvents;
msolutionEvents.Opened += SolutionOpened;
msolutionEvents.AfterClosing += SolutionAfterClosing;
// Most of the events you'll find useful are catagoried under
// DTE.Events...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment