DHTMLX Docs & Samples Explorer
Index
dhtmlxdataview
API Methods
onAfterChange
Parameters:
the object of the selected item
selector.
attachEvent
(
"onAfterChange"
,
function
(
itemObject
)
{
//any custom logic here
}
)
;