ImportsEventsClass.ImportRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs immediately after an Imports statement is removed from a Visual Basic project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event VSLangProj::_dispImportsEvents_ImportRemovedEventHandler ^ ImportRemoved;
public:
virtual event VSLangProj::_dispImportsEvents_ImportRemovedEventHandler ^ ImportRemoved;
public virtual event VSLangProj._dispImportsEvents_ImportRemovedEventHandler ImportRemoved;
member this.ImportRemoved : VSLangProj._dispImportsEvents_ImportRemovedEventHandler
Public Overridable Custom Event ImportRemoved As _dispImportsEvents_ImportRemovedEventHandler Implements ImportRemoved