Event fired when attempting to put rowset in Edit mode; return value determines if the mode switch occurs.

Parameters

none

Property of

Rowset

Description

The beginEdit( ) method is called (implicitly or explicity) to put the rowset in Edit mode. canEdit may be used to verify that the user is allowed to or wants to edit the row.

The canEdit event handler must return true or false to indicate whether the switch to Edit mode proceeds.