Support interface in the context of IHierarchy<(Of <(<'T>)>)> whose implementations
can be found in the lookup of a DefaultHierarchy<(Of <(<'T>)>)>.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IObservableHierarchy<T> where T : class |
| Visual Basic |
|---|
Public Interface IObservableHierarchy(Of T As Class) |
Type Parameters
- T
- The type of the items in the hierarchy.
Remarks
This interface provides access to observable collections
of children of the nodes in a hierarchy.