Share via


WindowTabCloseRequestedEventArgs.Tab Property

Definition

Gets the window tab that has been closed.

public:
 property WindowTab ^ Tab { WindowTab ^ get(); };
WindowTab Tab();
public WindowTab Tab { get; }
var windowTab = windowTabCloseRequestedEventArgs.tab;
Public ReadOnly Property Tab As WindowTab

Property Value

The window tab that has been closed.

Remarks

Important

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

Applies to