Sub OnBeginSearch(Sender: Object; Args: ITreeSearchEventArgs);
Begin
//set of operators;
End Sub OnBeginSearch;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnBeginSearch event occurs when elements are started to be searched in the component.
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.
The example of use is given in description of the OnSearch event.
See also: