When resizing my diagram then modified event is not called

Hi
When I am resizing my diagram then modified event is not called ?what may be the reason

I assume you are modifying the size of the HTML DIV element somehow. Unfortunately there is no DOM event that GoJS can listen to.

Instead you need to call Diagram.requestUpdate: Resizing Diagrams -- Northwoods Software