public TableCellEditEvent( source as Object, row as Int, column as Int, previousValue as String, value as String, accepted as Boolean, message as String = "" ):
Creates an inline-edition result.
result = TableCellEditEvent(table, 0, 1, "old", "new", true)