onAfterAreaRemove
fires after a select area was removed
function onAfterAreaRemove( // the name of a select area area_name: string): void
Example
Section titled “Example”dgrid.attachEvent("onAfterAreaRemove", function(area_name){ // some code here});