Event fired after the rowset successfully enters Edit mode.

Parameters

none

Property of

Rowset

Description

The beginEdit( ) method is called (implicitly or explicity) to put the rowset in Edit mode. While the canEdit event fires first to see if the switch to Edit mode actually takes place, onEdit fires after the rowset has switched to Edit mode.

You can use onEdit to do things like automatically record when edits take place, or to save original values for auditing.