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

IsBuilding

Gets a value indicating whether the hierarchy is building.

Root

Gets the root node of IExplorerHierarchy.

Methods

PerformAsynchronousBuild(IExplorerHierarchyNode, BuildChildren, EventHandler)

Performs an asynchronous build.

StopAllAsynchronousOperations()

Stops any asynchronous operations.

Events

BeginAsynchronousUpdate

Occurs when user begin an asynchronous update.

EndAsynchronousUpdate

Occurs when the user ends an asynchronous update.

Applies to