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