This topic has not yet been rated - Rate this topic

IVsLiteTreeEvents Interface

Defines the events of the lightweight tree control. Used as an argument in the AdviseTreeEvents method of the IVsLiteTree interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
[InterfaceTypeAttribute()]
[GuidAttribute("87066898-76AB-45E2-B33C-C5B6B99BB03E")]
public interface IVsLiteTreeEvents

The IVsLiteTreeEvents type exposes the following members.

  NameDescription
Public methodOnDeleteItemsCounts items that have been deleted starting with iStart.
Public methodOnInsertItemsCounts items that have been inserted after iAfter.
Public methodOnQueryItemVisibleChecks whether specified item is visible.
Public methodOnRefreshThe list has been refreshed (update count, window, current selection).
Public methodOnSetRedrawTurns redraw on/off.
Public methodOnToggleExpansionCalled when an item enters or leaves the expanded state.
Public methodOnToggleStateCalled when an icon changes state.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.