Active Query Builder 2 .NET Edition reference
BeforeDatasourceFieldDrag Event



Invoked when the user starts to drag a DataSource Field at the Design Area.
Syntax
'Declaration
 
Public Event BeforeDatasourceFieldDrag As BeforeDatasourceFieldDragEventHandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As BeforeDatasourceFieldDragEventHandler
 
AddHandler instance.BeforeDatasourceFieldDrag, handler
public event BeforeDatasourceFieldDragEventHandler BeforeDatasourceFieldDrag
public: __event BeforeDatasourceFieldDragEventHandler* BeforeDatasourceFieldDrag
Remarks

The field and the datasource parameters refer to the DataSource Field being dragged.

Dragging may be aborted by setting the the abort parameter to true.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
LinkDragOver Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback