TreeModelEventArgs(TreePath, Object) Constructor |
Namespace: Internal.Aga.Controls.TreeAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic TreeModelEventArgs(
TreePath parent,
Object[] children
)
Parameters
- parent TreePath
- Path to a parent node
- children Object
- Child nodes
See Also