Active Query Builder 2 .NET Edition reference
CustomizeDatasourceFieldList Event (QueryBuilderControl)



Is called to customize the field list of a DataSource at the Design Area.
Syntax
'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
Remarks

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.

See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members
CustomizeDatasourceCaption Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback