Share via


FormTreeControl.selectionChanged Method

Definition

Indicates that the user has changed the selected item in the form tree control.

public:
 virtual void selectionChanged(Dynamics::AX::Application::FormTreeItem ^ _OldItem, Dynamics::AX::Application::FormTreeItem ^ _NewItem, Dynamics::AX::Application::FormTreeSelect _how);
public virtual void selectionChanged (Dynamics.AX.Application.FormTreeItem _OldItem, Dynamics.AX.Application.FormTreeItem _NewItem, Dynamics.AX.Application.FormTreeSelect _how);
abstract member selectionChanged : Dynamics.AX.Application.FormTreeItem * Dynamics.AX.Application.FormTreeItem * Dynamics.AX.Application.FormTreeSelect -> unit
override this.selectionChanged : Dynamics.AX.Application.FormTreeItem * Dynamics.AX.Application.FormTreeItem * Dynamics.AX.Application.FormTreeSelect -> unit
Public Overridable Sub selectionChanged (_OldItem As FormTreeItem, _NewItem As FormTreeItem, _how As FormTreeSelect)

Parameters

_OldItem
FormTreeItem

The value that indicates how the item that is specified by the _NewItem parameter was selected.

_NewItem
FormTreeItem

The value that indicates how the item that is specified by the _NewItem parameter was selected.

_how
FormTreeSelect

The value that indicates how the item that is specified by the _NewItem parameter was selected.

Applies to