TabViewTabTearOutRequestedEventArgs Class

Definition

Provides event data for the TabView.TabTearOutRequested event.

public ref class TabViewTabTearOutRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TabViewTabTearOutRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TabViewTabTearOutRequestedEventArgs
Public NotInheritable Class TabViewTabTearOutRequestedEventArgs
Inheritance
Object Platform::Object IInspectable TabViewTabTearOutRequestedEventArgs
Attributes

Properties

Items

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

NewWindowId

Gets the WindowId for the new window that will host the torn-out tabs.

Tabs

Gets the selected tabs that are being dragged.

Applies to

See also