IVsLiteTreeEvents Interface
Visual Studio 2010
Defines the events of the lightweight tree control. Used as an argument in the AdviseTreeEvents method of the IVsLiteTree interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsLiteTreeEvents type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OnDeleteItems | Counts items that have been deleted starting with iStart. |
![]() | OnInsertItems | Counts items that have been inserted after iAfter. |
![]() | OnQueryItemVisible | Checks whether specified item is visible. |
![]() | OnRefresh | The list has been refreshed (update count, window, current selection). |
![]() | OnSetRedraw | Turns redraw on/off. |
![]() | OnToggleExpansion | Called when an item enters or leaves the expanded state. |
![]() | OnToggleState | Called when an icon changes state. |
