TreeList.Found

Syntax

Found: function (sender,args)

Parameters

sender. Event source.

args. Event information. Available arguments:

Description

The Found event occurs when a tree element is found.

Comments

This property is relevant if the TreeList.EnableSearch property is set to true.

Example

The example of use is given in the TreeList.Finding event description.

See also:

TreeList