Fired after the user deletes a record.
Parameters
Parameter | Description |
---|---|
Record | Index to the previous location of the first deleted record |
Count | The number of records deleted |
Remarks
The AfterDeleteRecords event is fired after the user deletes a record. By the time this event is fired, the record is deleted and not recoverable. To catch a deletion event sooner, capture the BeforeDeleteRecords event.
The Record parameter indicates the previous location of the first deleted record, and the Count parameter is the number of records deleted. Currently, the user can only ever delete one record.
See Also
BeforeDeleteRecords, AfterNewRecords, AfterUpdate, AllowDeletions