ITreeControl.OnBeginSearch

Syntax

OnBeginSearch(Sender: Object; Args: ITreeSearchEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeginSearch event occurs when elements are started to be searched in the component.

Comments

The OnBeginSearch event occurs after ending of character entering at the moment of search start. The text, by which elements are searched, can be obtained by means of the SearchText property of the event argument.

Example

The example of use is given in description of the OnSearch event.

See also:

ITreeControl