Share via


EcoResCategoryTreeDatasource.selectionChanged Method [AX 2012]

Executes the form data source query whenever the current selection in the tree changes.

Syntax

public void selectionChanged(FormTreeItem oldItem, FormTreeItem newItem)

Run On

Client

Parameters

  • oldItem
    Type: FormTreeItem Class
    The previously selected item. This parameter has been declared for this method on a base class but is not used here.

See Also

Reference

EcoResCategoryTreeDatasource Class