OnBeginSearch(Sender: Object; Args: ITreeSearchEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The 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: