public TableCellEvent(source as Object, row as Int, column as Int):
Creates a cell-selection event.
import klyn.gui.windows import klyn.gui.windows.events event = TableCellEvent(table, 0, 1)