ITreeControl.OnBeginSearch

Syntax

Sub OnBeginSearch(Sender: Object; Args: ITreeSearchEventArgs);

Begin

//set of operators;

End Sub OnBeginSearch;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. 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