klyn.gui.windows.TableView.rowActionRequested
event
public event rowActionRequested as TableRowActionEvent
Description

Emitted when the optional leading action cell of a row is clicked.

table.showRowActions = true
table.rowActionRequested += lambda(event: TableRowActionEvent): print(event.row)