Sub OnCancelSearch(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnCancelSearch;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that allows 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: