SMART datagrid v.1 > Classes > TreeDataSet
It will be fired after changing the tag of data row by calling setRowTags.
ds.onTagsChanged = function (ds, rows) {
console.log('Data tag changed: ' + rows.length + ' = ' + ds.getRowTag(rows[0]));
};