Active Query Builder 2 .NET Edition reference
GridCellValueChanged Event



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

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.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
GridCellValueChanging Event
DatasourceFieldAdded Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback