Click or drag to resize

TreeModelEventArgs Constructor (TreePath, Int32, Object)

Initializes a new instance of the TreeModelEventArgs class

Namespace:  Internal.Aga.Controls.Tree
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TreeModelEventArgs(
	TreePath parent,
	int[] indices,
	Object[] children
)

Parameters

parent
Type: Internal.Aga.Controls.TreeTreePath
Path to a parent node
indices
Type: SystemInt32
Indices of children in parent nodes collection
children
Type: SystemObject
Child nodes
See Also