Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 629 Bytes

windowtabmanager_tabswitchrequested.md

File metadata and controls

25 lines (16 loc) · 629 Bytes
-api-id -api-type
E:Windows.UI.Shell.WindowTabManager.TabSwitchRequested
winrt event

Windows.UI.Shell.WindowTabManager.TabSwitchRequested

-description

Occurs when a tab is switched to from a system shell surface.

-remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

Handle this event to make the tab that has been switched to the active tab in your app.

-see-also

-examples