Sub OnBeforeSelectionChange(Sender: Object; Args: ISearchDataSourceSelectionChangeEventArgs);
Begin
//set of operators;
End Sub OnBeforeSelectionChange;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeforeSelectionChange event occurs before selecting element with search result in the component area.
See also: