GlobalType::Removing Event
Visual Studio 2015
Occurs before the current global type is removed from use.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The Removing event is raised by the PerformRemove method whose default implementation passes an EventArgs value of Empty.
For more information about handling events, see NIB: Consuming Events.
Show: