NewRowNeeded Event

Occurs when the VirtualMode property of the control is true and the user navigates to the new row at the bottom of the control.

Syntax

Public Event NewRowNeeded As NewRowNeededHandler

Remarks

When the grid control is in virtual mode, this event allows a new entry to be created in the data store for the new row, and it also allows for the row to be populated with default values.