WebListBox.CustomCellAction
From Xojo Documentation
Event
WebListBox.CustomCellAction(row As Integer, column As Integer, identifier As Variant, value As Variant)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
The user has taken some action in a cell with a WebListBoxCellRenderer assigned to it that triggers this event.
Notes
The Identifier parameter is an arbitrary value assigned by the subclass of WebListBoxCellRenderer that is assigned to the cell. The purpose of the Identifier is to allow the developer to know what action the user took so that the code in this event can respond to it. For example, if the WebListBoxCellRenderer added two buttons, the Identifier could be set to the caption of the button that was pressed.
See Also
CellValueAt property; WebListBoxCellRenderer class.