public event rowActionRequested as TableRowActionEvent
Emitted when the optional leading action cell of a row is clicked.
table.showRowActions = true table.rowActionRequested += lambda(event: TableRowActionEvent): print(event.row)