TabViewTabTearOutWindowRequestedEventArgs Class

Definition

Provides event data for the TabView.TabTearOutWindowRequested event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TabViewTabTearOutWindowRequestedEventArgs
Inheritance
Object TabViewTabTearOutWindowRequestedEventArgs
Attributes

Properties

Items

Gets the data items held by the selected tabs that are being dragged.

NewWindowId

Gets or sets the WindowId for the new window, if the application created one, that will host the torn-out tabs.

Tabs

Gets the selected tabs that are being dragged.

Applies to

Product Versions
Windows App SDK 1.6

See also