Active Query Builder 2 .NET Edition reference
DataSourceAdded Event (QueryBuilder)



Invoked when DataSource is added by the user.
Syntax
'Declaration
 
Public Event DataSourceAdded As DataSourceAddedEventHandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As DataSourceAddedEventHandler
 
AddHandler instance.DataSourceAdded, handler
public event DataSourceAddedEventHandler DataSourceAdded
public: __event DataSourceAddedEventHandler* DataSourceAdded
Remarks

The addedObject parameter refers to the newly added DataSource object.

You can use this event to add fields to the query, to link this DataSource with the others, etc.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
DataSourceAdding Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback