Language

IExplorerHierarchy Interface

Definition

Represents a collection of nodes that will appear in the tree.

public interface class IExplorerHierarchy
public interface IExplorerHierarchy
type IExplorerHierarchy = interface
Public Interface IExplorerHierarchy

Properties

Name Description
IsBuilding

Gets a value indicating whether the hierarchy is building.

Root

Gets the root node of IExplorerHierarchy.

Methods

Name Description
PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

Performs an asynchronous build.

StopAllAsynchronousOperations()

Stops any asynchronous operations.

Events

Name Description
BeginAsynchronousUpdate

Occurs when user begin an asynchronous update.

EndAsynchronousUpdate

Occurs when the user ends an asynchronous update.

Applies to