This action will be executed after member listing action occur in admin side.
Hook Name: arm_after_listing_members
Hook Type: Action
Source: core/views/arm_members_list_records.php
Usage:
add_action( 'arm_after_listing_members', 'your_function');
function your_function() {
//Do Your Action OR Print Your Content.
}