IVsLiteTreeEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnDeleteItems(UInt32, UInt32) | Counts items that have been deleted starting with iStart. |
![]() | OnInsertItems(UInt32, UInt32) | Counts items that have been inserted after iAfter. |
![]() | OnQueryItemVisible(UInt32, Int32) | Checks whether specified item is visible. |
![]() | OnRefresh() | The list has been refreshed (update count, window, current selection). |
![]() | OnSetRedraw(Int32) | Turns redraw on/off. |
![]() | OnToggleExpansion(UInt32, Int32) | Called when an item enters or leaves the expanded state. |
![]() | OnToggleState(UInt32, UInt32) | Called when an icon changes state. |
Show:
