Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 580 Bytes

windowtabmanager_tabcloserequested.md

File metadata and controls

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

Windows.UI.Shell.WindowTabManager.TabCloseRequested

-description

Occurs when a tab is closed 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 close the tab in your app.

-see-also

-examples