SearchDataSourcesBox.OnCancelSearch

Syntax

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

Begin

//set of operators;

End Sub OnCancelSearch;

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 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