IVsHierarchyItemManager.OnItemAdded 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.
Event raised after an OnItemAdded(UInt32, UInt32, UInt32) notification occurs for an item.
public:
event EventHandler<Microsoft::VisualStudio::Shell::HierarchyItemEventArgs ^> ^ OnItemAdded;
event EventHandler<Microsoft.VisualStudio.Shell.HierarchyItemEventArgs> OnItemAdded;
member this.OnItemAdded : EventHandler<Microsoft.VisualStudio.Shell.HierarchyItemEventArgs>
Event OnItemAdded As EventHandler(Of HierarchyItemEventArgs)