ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : BeforeDatasourceFieldDrag Event |
'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
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.