Sub OnStartSearch(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnStartSearch;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnStartSearch event occurs at the moment of BI search start.
BI search is started on executing the ISearchDataSourcesBox.StartSearch method.
See also: