SearchDataSourcesBox.OnStartSearch

Syntax

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

Begin

//set of operators;

End Sub OnStartSearch;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user 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