IVsHierarchyEvents Members
Include Protected Members
Include Inherited Members
Notifies clients of changes to the hierarchy.
The IVsHierarchyEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnInvalidateIcon | Notifies clients when changes are made to icons. | |
OnInvalidateItems | Notifies clients when changes are made to the item inventory of a hierarchy. | |
OnItemAdded | Notifies clients when an item is added to the hierarchy. | |
OnItemDeleted | Notifies clients when an item is deleted from the hierarchy. | |
OnItemsAppended | Notifies clients when items are appended to the end of the hierarchy. | |
OnPropertyChanged | Notifies clients when one or more properties of an item have changed. |
Top