DataGrid REALbasic Plugin |
|
DataGrid.RequestRowData Event
This event is fired when the DataGrid wants data for a row.
RequestRowData(
RowNumber
as Integer,
Row
as DataGridRow)
Parameters
- RowNumber
- The number of the row that the DataGrid wants data for.
- Row
- The DataGridRow object that data is wanted for. Use this object to fill the row cells with data.
Remarks
See Also
DataGrid Control