ReqPeggingTreeFormControlHelper.onFormTreeNodeExpanding Method [AX 2012]
Serves as the event handler for node expansion event in the FormTreeControl class.
public void onFormTreeNodeExpanding(
int _idx,
FormTreeExpand _action,
anytype _data)
Run On
CalledParameters
- _idx
- Type: int
The node index.
- _action
- Type: FormTreeExpand Enumeration
The expansion action.
- _data
- Type: anytype
The node data.
Community Additions
ADD
Show: