PurchReApprovalPolicyRuleFieldList.treeSelectionChanged Method [AX 2012]
Handles the event that is raised when the tree structure selection has changed.
public void treeSelectionChanged(
FormTreeItem _oldItem,
FormTreeItem _newItem,
FormTreeSelect _how,
FormTreeControl _formTreeControl)
Run On
ClientParameters
- _oldItem
- Type: FormTreeItem Class
The old form tree item.
- _newItem
- Type: FormTreeItem Class
The new form tree item.
- _how
- Type: FormTreeSelect Enumeration
The method of form tree item selection.
- _formTreeControl
- Type: FormTreeControl Class
The form tree control that raised the event.
Community Additions
ADD
Show: