DynamicTypeService::TypeObsolete Event

 

Notifies clients when a type has been made obsolete, that is, when it no longer resolves.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
event TypeObsoleteEventHandler^ TypeObsolete {
	virtual void add(TypeObsoleteEventHandler^ value) abstract;
	virtual void remove(TypeObsoleteEventHandler^ value) abstract;
}
Return to top
Show: