public class TableRowActionEvent extends GuiEvent:
Describes an action requested from the leading action cell of a table row.
table.rowActionRequested += lambda(event: TableRowActionEvent): print(event.row)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | rowrow as Int |
Zero-based model row targeted by the action. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | TableRowActionEventTableRowActionEvent(source as Object, row as Int): |
Creates a row-action event. |