ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : GridCellValueChanged Event |
'Declaration Public Event GridCellValueChanged As GridCellValueChangedEventHandler
'Usage Dim instance As QueryBuilder Dim handler As GridCellValueChangedEventHandler AddHandler instance.GridCellValueChanged, handler
public event GridCellValueChangedEventHandler GridCellValueChanged
public: __event GridCellValueChangedEventHandler* GridCellValueChanged
Occurs when the user has finished editing and result is applied 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.