SearchDataSourcesBox.OnBeforeSelectionChange

Syntax

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

Begin

//set of operators;

End Sub OnBeforeSelectionChange;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

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

See also:

SearchDataSourcesBox