Active Query Builder 2 .NET Edition reference
LinkDragOver Event



Invoked when the user drags a DataSource Field over the other DataSource Field to create a link between these fields.
Syntax
'Declaration
 
Public Event LinkDragOver As LinkCreatingEventhandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As LinkCreatingEventhandler
 
AddHandler instance.LinkDragOver, handler
public event LinkCreatingEventhandler LinkDragOver
public: __event LinkCreatingEventhandler* LinkDragOver
Remarks

The fromField and fromDatasource parameters refer to the datasource field being dragged. The toField and toDatasource parameters refer to the target datasource field. The correspondingMetadataForeignKey parameter is defined when corresponding MetadataForeignKey between these fields exists in the Metadata Container.

Dropping may not be allowed by setting the abort parameter to true.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
BeforeDatasourceFieldDrag Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback