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