PCComponentTree.selectionChanged Method [AX 2012]
Sets the current selection to the currently selected item on the form tree control.
public boolean selectionChanged(
FormTreeItem _oldItem,
FormTreeItem _newItem,
FormTreeSelect _how)
Run On
CalledParameters
- _oldItem
- Type: FormTreeItem Class
The item previously selected.
- _newItem
- Type: FormTreeItem Class
The new selected item.
- _how
- Type: FormTreeSelect Enumeration
The way the item was selected.
Community Additions
ADD
Show: