Found: function (sender,args)
sender. Event source.
args. Event information. Available arguments:
Node - found node, an instance of PP.Ui.TreeNode;
Value - value typed into the search line.
Column - returns index of the column in which the value was searched.
SetFocus - determines if the found element gets focus. By default this parameter is set to true, and the element gets focus.
The Found event occurs when a tree element is found.
This property is relevant if the TreeList.EnableSearch property is set to true.
The example of use is given in the TreeList.Finding event description.
See also: