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