How can I catch workspace change event?

I want to write a function, which will be called after changing the workspace

I thought, that i can find workspace change event in bpy.app.handlers but it looks like where is no such handler here… What can I do? Even depsgraph_update doesn’t cause by changing workspace…