DHTMLX Docs & Samples Explorer

onSelectionChange Event

This event called when preselected value inside combo change ( it differs from onChange event, because previous one occurs only when value really changed).

          combo.attachEvent("onSelectionChange", function(){});