EnvDTE80.Interfaces/_dispWindowVisibilityEvents_WindowShowingEventHand.cs (5 lines of code) (raw):

using EnvDTE; namespace EnvDTE80 { public delegate void _dispWindowVisibilityEvents_WindowShowingEventHandler(Window Window); }