You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the HxTabPanel triggers the HxTab.OnTabDeactivated event for the last active tab.
I believe there should be no event callbacks called from disposal logic and we can remove the IAsyncDisposable interface.
Currently, the
HxTabPanel
triggers theHxTab.OnTabDeactivated
event for the last active tab.I believe there should be no event callbacks called from disposal logic and we can remove the
IAsyncDisposable
interface.cc @jirikanda
The text was updated successfully, but these errors were encountered: