SearchDataSourcesBox.OnBeforeSelectionChange

Syntax

Sub OnBeforeSelectionChange(Sender: Object; Args: ISearchDataSourceSelectionChangeEventArgs);

Begin

//set of operators;

End Sub OnBeforeSelectionChange;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that allows to determine event parameters.

Description

The OnBeforeSelectionChange event occurs before selecting element with search result in the component area.

See also:

SearchDataSourcesBox