On the documentation of the "close" event, you say that the the event is raised AFTER the animation is over.
"// the closing animation has finished"
So, it's too late to stop it.
But, in fact, it occurs "before", and we can call e.preventDefault(), to abort it.
https://docs.telerik.com/kendo-ui/api/javascript/ui/window/events/close