PrintMgmtSetupUICtrl.eventTreeItemSelect Method [AX 2012]

Determines whether the selection should not change upon an attempt to change the selected tree view item.

public boolean eventTreeItemSelect(TreeItemIdx _idx)

Run On

Called

Parameters

_idx
Type: TreeItemIdx Extended Data Type

Return Value

Type: boolean
true if the selection should not change; otherwise, false.

Returning true cancels the selection change event, in the selectionChanging event of the tree view.

Community Additions

ADD
Show: