dhtmlx grid

hello :sunglasses:
i’m destroying every event before destroying its main object. i’m confuse here is
does destroying dhtmlx object destroys it’s all related events too or not?
for grid does destructor() destroys its all attached events.
for tabbar unload() destroys its all attached events.
please help me

destructor() method clears all the attach events of your grid.
unload() method also clears all the attach events of the tabbar.

thank you sematic.