FormTreeControl.selectionChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.