TabSheetDataSource.SearchComplited

Syntax

SearchComplited: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: SearchResult (the array with found table elements containing row and column coordinates).

Description

The SearchComplited event occurs after data has been searched in a table.

Example

The event use is given in description of the TabSheetDataSource.search method.

See also:

TabSheetDataSource