Delen via


TabViewTabTearOutWindowRequestedEventArgs Class

Definition

Provides event data for the TabView.TabTearOutWindowRequested event.

public ref class TabViewTabTearOutWindowRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TabViewTabTearOutWindowRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TabViewTabTearOutWindowRequestedEventArgs
Public NotInheritable Class TabViewTabTearOutWindowRequestedEventArgs
Inheritance
Object Platform::Object IInspectable 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

See also