Share via


FormTreeControl.selectionChanged Method

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

Syntax

public void selectionChanged(
    FormTreeItem OldItem, 
    FormTreeItem NewItem, 
    FormTreeSelect how)

Run On

Client

Parameters

  • OldItem
    Type: FormTreeItem Class
    The value of the previously selected item in the form tree control.
  • NewItem
    Type: FormTreeItem Class
    The value of the newly selected item in the form tree control.
  • how
    Type: FormTreeSelect Enumeration
    The value that indicates how the item that is specified by the _NewItem parameter was selected.

See Also

FormTreeControl Class

Methods on Form Controls