ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : LinkCreating Event |
'Declaration Public Event LinkCreating As LinkCreatingEventhandler
'Usage Dim instance As QueryBuilder Dim handler As LinkCreatingEventhandler AddHandler instance.LinkCreating, handler
public event LinkCreatingEventhandler LinkCreating
public: __event LinkCreatingEventhandler* LinkCreating
The fromField and the fromDatasource parameters refer to the the first DataSource and it's Field. The toField and the toDatasource parameters refer to the second DataSource and it's Field. The correspondingMetadataForeignKey parameter is defined when corresponding MetadataForeignKey between these fields exists in the Metadata Container.
Creation of the link may be aborted by setting the abort parameter to true.