IVsHierarchyItemManager.OnItemAdded Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement déclenché après qu'une notification OnItemAdded(UInt32, UInt32, UInt32) se produise pour un élément.
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)