Check documentation for the latest version of dhtmlxSuite onMoveCancel DHTMLX Docs

onMoveCancel

fires if moving was canceled (window hasn't changed its position)

void onMoveCancel(object win);
winobjectthe window instance

Example

myWins.attachEvent("onMoveCancel", function(win){
    // your code here
});

Related samples

Change log

added in version 4.2

Back to top