Which class is this unit test associated with?
I'm having trouble on how to detect if a DockView2 panel is closed ("removed"). There is the close button, but no way of getting to know that it has been clicked (at least on Blazor side).
If I'm seeing it correctly, the js dockview offers all possible events - also for closed panels -, but most of them are not exposed in this Blazor wrapper.
Sorry if this is obvious.