RowStatusChanged Event

       

Occurs after the data state of the current row changes due to an edit, delete or insert.

Private Sub object.RowStatusChange( )

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

This event is raised after the status of the current row data changes. The status of a row can change due to an Delete, or Update operation. The current status for the row can be determined using the Status property of the object.