IVsHierarchyItemManager::OnItemAdded Event

 

Event raised after an OnItemAdded notification occurs for an item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

event EventHandler<HierarchyItemEventArgs^>^ OnItemAdded {
	void add(EventHandler<HierarchyItemEventArgs^>^ value);
	void remove(EventHandler<HierarchyItemEventArgs^>^ value);
}
Return to top
Show: