Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Table events > List page

Events.After group of records deleted

Scroll Prev Next More

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

Send a simple email

Insert a record into another table

Check to see if a specific record exists

Display a message on the Web page

Redirect to another page

See also:

After record deleted

Before record deleted

Database API: Delete

RunnerPage class:setTabWhere()