DataGrid REALbasic Plugin |
|
DataGrid.CellAction Event
This event is fired when a action is performed on a special cell.
CellAction(
cell
as DataGridCell,
CellX
as Integer,
CellY
as Integer,
popUpLocationX
as Integer,
popUpLocationY
as Integer)
Parameters
- cell
- The cell that belongs to the action.
- CellX
- The column number of the cell that got the action.
- CellY
- The row number of the cell that got the action.
- popUpLocationX
- For PopUpMenu cells then this is suggested x-coordinate to post a PopUpMenu.
- popUpLocationY
- For PopUpMenu cells then this is suggested y-coordinate to post a PopUpMenu.
Remarks
See Also
DataGrid Control