Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.