OnSelectRow - cWebMultiSelectList
Sent to the server when the column's pbServerOnSelectRow property is True and the user selects a row
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| Row | tWebRow | Selected row |
Syntax
Procedure OnSelectRow tWebRow Row
Description
The OnSelectRow event is sent to the server when the column's pbServerOnSelectRow property is True for every selection made except OnSelectAllRows.