SMART datagrid v.1 > Classes > GridBase
It will be fired when all existing selections are removed by calling clearSelection.
After this event, onSelectionChanged event will be fired.
grid.onSelectionCleared = function (grid) {
console.log("selection cleared!");
}