Active Query Builder 2 .NET Edition reference
GridCellValueChanging Event



Invoked when one of the Query Columns Grid Control cells is about to be changed by the user.
Syntax
'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
Remarks

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.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
GridCellValueChanged Event
DatasourceFieldAdding Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback