var originalOnClose = Dlg.onClose; Dlg.onClose = function() { alert("закрываеться окно"); return originalOnClose.call( this ); }