class RowDelegate
Brief
The delegate is called when the next row in the table is found during the O2GTable.forEachRow method call.
Details
This delegate could be used instead of
IO2GEachRowListener
in forEachRow method call.
Declaration:
delegate void RowDelegate(String rowID, O2GRow row)
RowDelegate [hide]
static void tradesTable_EachRow(String rowID, O2GRow row) { //... } //... tradesTable.forEachRow(tradesTable_EachRow);
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.