The event argument class used by IHierarchy<(Of <(<'T>)>)>s to notify
listeners of changes to the hierarchy.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class HierarchyEventArgs<T> : EventArgs where T : class |
| Visual Basic |
|---|
Public Class HierarchyEventArgs(Of T As Class) _ Inherits EventArgs |
Type Parameters
- T
- The type of the items in the hierarchy.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.yFiles.UI.Model..::..HierarchyEventArgs<(Of <(<'T>)>)>
System..::..EventArgs
yWorks.yFiles.UI.Model..::..HierarchyEventArgs<(Of <(<'T>)>)>