ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : DatasourceFieldRemoving Event |
'Declaration Public Event DatasourceFieldRemoving As DatasourceFieldRemovingEventHandler
'Usage Dim instance As QueryBuilder Dim handler As DatasourceFieldRemovingEventHandler AddHandler instance.DatasourceFieldRemoving, handler
public event DatasourceFieldRemovingEventHandler DatasourceFieldRemoving
public: __event DatasourceFieldRemovingEventHandler* DatasourceFieldRemoving
The field and datasource parameters refer to the DataSource field being deleted.
Set the abort parameter to true to deny removal of the Field.