ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Control Namespace > QueryBuilderControl Class : CustomizeDatasourceFieldList Event |
'Declaration Public Event CustomizeDatasourceFieldList As CustomizeDatasourceFieldListEventHandler
'Usage Dim instance As QueryBuilderControl Dim handler As CustomizeDatasourceFieldListEventHandler AddHandler instance.CustomizeDatasourceFieldList, handler
public event CustomizeDatasourceFieldListEventHandler CustomizeDatasourceFieldList
public: __event CustomizeDatasourceFieldListEventHandler* CustomizeDatasourceFieldList
CustomizeDatasourceFieldList event allows to sort fields within the list or remove unwanted fields from the list.
Note that it is not possible to examine the QueryBuilder.QueryStatistics collections in this event's handler. Use the CustomizeDatasourceControlFieldList Event instead.
The field list to be customized is passed through the fieldList parameter.
The datasource parameter refers to the DataSource being added to the Design Area.