SearchDataSourcesBox.OnCancelSearch

Syntax

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

Begin

//set of operators;

End Sub OnCancelSearch;

Parameters

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

Args. Parameter that allows to determine event parameters.

Description

The OnCancelSearch event occurs at the moment of force cancel of BI search.

Comments

To force cancel BI search, use the ISearchDataSourcesBox.CancelSearch method.

See also:

SearchDataSourcesBox