Click or drag to resize

TreeModelEventArgs(TreePath, Int32, Object) Constructor

Initializes a new instance of the TreeModelEventArgs class

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

Parameters

parent  TreePath
Path to a parent node
indices  Int32
Indices of children in parent nodes collection
children  Object
Child nodes
See Also