Sub OnCancelSearch(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnCancelSearch;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnCancelSearch event occurs at the moment of force cancel of BI search.
To force cancel BI search, use the ISearchDataSourcesBox.CancelSearch method.
See also: