CellButtonClick Event

Fired when a cell button is clicked.

Syntax

Public Event CellButtonClick As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Row number of cell the user clicked.
Col Column number of cell the user clicked.

Remarks

In this event,you may set or retrieve the contents of the editor using the EditText property and manipulate the contents of the editor using the EditSelectionStart, EditSelectionLength, and EditSelectedText properties.