Sub OnStartSearch(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnStartSearch;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that allows 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: