FormTreeControl.selectionChanged Method [AX 2012]
Indicates that the user has changed the selected item in the form tree control.
public void selectionChanged(
FormTreeItem OldItem,
FormTreeItem NewItem,
FormTreeSelect how)
Run On
ClientParameters
- OldItem
- Type: FormTreeItem Class
The value of the previously selected item in the form tree control.
- NewItem
- Type: FormTreeItem Class
The value of the newly selected item in the form tree control.
- how
- Type: FormTreeSelect Enumeration
The value that indicates how the item that is specified by the _NewItem parameter was selected.
Community Additions
ADD
Show: