Check documentation for the latest version of dhtmlxSuite onMoveFinish DHTMLX Docs

onMoveFinish

fires when window moving was finished

void onMoveFinish();

Example

w1.attachEvent("onMoveFinish", function(win){
    // code here
});

Related samples

Back to top