ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : GridCellValueChanging Event |
'Declaration Public Event GridCellValueChanging As GridCellValueChangingEventHandler
'Usage Dim instance As QueryBuilder Dim handler As GridCellValueChangingEventHandler AddHandler instance.GridCellValueChanging, handler
public event GridCellValueChangingEventHandler GridCellValueChanging
public: __event GridCellValueChangingEventHandler* GridCellValueChanging
Occurs when the user has finished editing, but result is not applied yet to the cell.
The queryColumnList and queryColumnListItem parameters refer to the Query Column List object and it's Item. The column and row parameters address a cell in the Query Columns Grid. The oldValue and newValue parameters allows you to review the cell value before and after editing.
Set the abort parameter to true to deny editing of the cell.