ImportsEventsClass::ImportRemoved Event

 

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.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

public:
event _dispImportsEvents_ImportRemovedEventHandler^ ImportRemoved {
	virtual void add(_dispImportsEvents_ImportRemovedEventHandler^ value);
	virtual void remove(_dispImportsEvents_ImportRemovedEventHandler^ value);
}
Return to top
Show: