SMART datagrid v.1 > Classes > DataSet
追加、削除などデータセットの内容が変更になるすべての場合に発生する。
ds.onDataChanged = function (ds) { console.log('Data set changed.'); };