IVsUICollectionChangeEvents::OnAfterItemAdded Method (IVsUICollection^, UInt32)
Visual Studio 2015
Fired after a new item has been added to the collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pCollection
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUICollection^
[in] The collection that changed.
- nItem
-
Type:
System::UInt32
[in] The zero-based index of the item in the collections that was added.
Show: