AccountingDistributionFormView.sourceDocumentAmountSelectionChanged Method [AX 2012]
Handles the event raised when the source document amount selection has changed.
public void sourceDocumentAmountSelectionChanged(
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: