ImportsEventsClass::ImportRemoved Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs immediately after an Imports statement is removed from a Visual Basic project.
Assembly: VSLangProj (in VSLangProj.dll)
public: event _dispImportsEvents_ImportRemovedEventHandler^ ImportRemoved { virtual void add(_dispImportsEvents_ImportRemovedEventHandler^ value); virtual void remove(_dispImportsEvents_ImportRemovedEventHandler^ value); }
Implements
_dispImportsEvents_Event::ImportRemoved
Show: