DefaultValuesNeeded Event

Occurs when the user enters the row for new records so that it can be populated with default values.

Syntax

Public Event DefaultValueNeeded As CellValueEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Gets a value indicating the row index of the cell that the event occurs for.
Col Gets a value indicating the column index of the cell that the event occurs for.
Value Gets or sets the value of the cell that the event occurs for.

Remarks

This event lets you populate the row for new records when the user enters the row.