Description
The AfterMassDelete event is executed after the bulk delete operation.
Syntax
AfterMassDelete(records_deleted,pageObject)
Arguments
records_deleted
a number of records that were deleted.
pageObject
an object representing the current page. For more information, see RunnerPage class.
Applies to pages
List.
Recommended predefined actions and sample events
•Insert a record into another table
•Check to see if a specific record exists
•Display a message on the Web page
See also:
•RunnerPage class:setTabWhere()