DHTMLX Docs & Samples Explorer
Index
dhtmlxwindows
Event Handling
onClose
onClose
occurs before the window is closed
dhxWins.
attachEvent
(
"onClose"
,
function
(
win
)
{
// code here
}
)
;