Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The SearchDataSourceSelectionChangeEventArgs class implements event argument of the SearchDataSourcesBoxcomponent.
Argument of this class is used in the SearchDataSourcesBox.OnAfterSelectionChange and SearchDataSourcesBox.OnBeforeSelectionChange events.
Constructor name | Brief description | |
Create | The Create constructor creates argument of the event that occurs on moving to the element with search results. |
Property name | Brief description | |
Cancel | The Cancel property determines whether element is selected in the component area. | |
ItemIndex | The ItemIndex property returns index of the element, for which event is generated. |
See also: