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 has generated the event.

Args. The parameter that determines event parameters.

Description

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

See also:

SearchDataSourcesBox