SearchDataSourcesBox.OnStartSearch

Syntax

Sub OnStartSearch(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnStartSearch;

Parameters

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

Args. Parameter that allows to determine event parameters.

Description

The OnStartSearch event occurs at the moment of BI search start.

Comments

BI search is started on executing the ISearchDataSourcesBox.StartSearch method.

See also:

SearchDataSourcesBox