IVsUICollectionChangeEvents Interface
Visual Studio 2015
Recieves notifications when a collection changes.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | Disconnect(IVsUISimpleDataSource) | Disconnects from the datasource. |
![]() | OnAfterItemAdded(IVsUICollection, UInt32) | Fired after a new item has been added to the collection. |
![]() | OnAfterItemRemoved(IVsUICollection, IVsUIDataSource, UInt32) | Fired after an item has been removed from the collection. |
![]() | OnAfterItemReplaced(IVsUICollection, IVsUIDataSource, IVsUIDataSource, UInt32) | Fired after an item is updated. |
![]() | OnInvalidateAllItems(IVsUICollection) | Fired if the entire collection has been cleared or refreshed. |
This interface is implemented by programs that would like to be informed when a collection changes. It is registered using the IVsUICollection interface.
Show:
