SMART datagrid v.1 > Classes > TreeView
DataLudi.TreeView.onRowChanged event
It will be fired when the state of Tree Row is changed.
It will be fired when iconIndex or hasChildren of tree row is changed or State of Data Row connected to tree row is changed.
function onRowChanged (tree: TreeView, row: TreeRow);
- Returns
- Void
- Parameters
- tree - TreeView.
- row - TreeRow.
- See Also
- onExpanding
- onExpanded
- onCollapsing
- onCollapsed
- TreeRow.iconIndex
- TreeRow.hasChildren
- TreeRow.expanded
- Tree Overview
- Examples
- Hello Tree