// the onEventResize event handler would work in the same way....
dp.onEventMove = function (args) {
if (someConditionIsTrue) {
args.preventDefault();
dp.message("Not Allowed");
}
};
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.