Event or boolean for all selected in the table or grid

Is there any event fired when the all row selection checkbox is selected in table or grid
Attached pic
all selected table

Hi,

there is no specific event for the select all checkbox. The only option available is to subscribe on SelectionEvent. This event has methods like: getSelected(), getRemoved(), getOldSelection(), getAdded()

Regards,
Gleb

Ok Thanks