klyn.gui.windows.events.TableCellEvent.TableCellEvent
constructor
public TableCellEvent(source as Object, row as Int, column as Int):
Description

Creates a cell-selection event.

import klyn.gui.windows
import klyn.gui.windows.events

event = TableCellEvent(table, 0, 1)