klyn.gui.windows.events.TableCellEditEvent.TableCellEditEvent
constructor
public TableCellEditEvent(
source as Object,
row as Int,
column as Int,
previousValue as String,
value as String,
accepted as Boolean,
message as String = ""
):
Description

Creates an inline-edition result.

result = TableCellEditEvent(table, 0, 1, "old", "new", true)