The event argument class used by IHierarchy<(Of <(<'T>)>)>s to notify listeners of changes to the hierarchy.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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>)>)>

See Also