Tab class has onSelectionChanged event handler.
But I want to receive event when just leaving the tab.
I'm making configuration window with tabs.
When users switch to another tab with invalid inputs,
Then I want to handle leaving the tab and show dialog to notify user to invalid inputs are exist.
But I want to receive event when just leaving the tab.
I'm making configuration window with tabs.
When users switch to another tab with invalid inputs,
Then I want to handle leaving the tab and show dialog to notify user to invalid inputs are exist.