onBeforeAreaRemove
fires before a select area is removed
function onBeforeAreaRemove( // the name used for a select area area_name: string): void
Example
Section titled “Example”grid.attachEvent("onBeforeAreaRemove", function(area_name){ // some code here return true;});
Details
Section titled “Details”The event can be blocked. Return false to block area removal.