Share via


WindowTabSwitchRequestedEventArgs Class

Definition

Provides data for the WindowTabManager.TabSwitchRequested event.

public ref class WindowTabSwitchRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.WindowTabManagerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowTabSwitchRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.WindowTabManagerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowTabSwitchRequestedEventArgs
Public NotInheritable Class WindowTabSwitchRequestedEventArgs
Inheritance
Object Platform::Object IInspectable WindowTabSwitchRequestedEventArgs
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.UI.Shell.WindowTabManagerContract (introduced in v1.0)

Remarks

Important

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

Properties

Tab

Gets the window tab to switch to.

Applies to

See also