property List.DetectDelete as Boolean
Specifies whether the control detects when a record is deleted from the bounded recordset.

TypeDescription
Boolean A boolean expression that indicates whether the control detects when a record is deleted from the bounded recordset.

The property has effect only if the DataSource property points to a ADO recordset. If the DetectDelete property is True, the control is notified when a record is deleted, and updates the control.