Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 971 Bytes

windowtabmanager_tabthumbnailrequested.md

File metadata and controls

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

Windows.UI.Shell.WindowTabManager.TabThumbnailRequested

-description

Occurs when the system shows a tab in a shell surface that displays a thumbnail view, as a signal to the app to generate a current thumbnail.

-remarks

Important

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

The thumbnail generated in response to this event should be set as the value of the WindowTabThumbnailRequestedEventArgs.Image property. Call WindowTab.ReportThumbnailAvailable to notify the system that the new thumbnail image is ready.

-see-also

-examples