Dela via


TabViewExternalTornOutTabsDroppedEventArgs Class

Definition

Provides event data for the TabView.ExternalTornOutTabsDropped event.

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

Properties

DropIndex

Gets the index at which the dropped tabs should be inserted into the TabView.

Items

Gets the data items held by the tabs that have been dropped.

Tabs

Gets the tabs that have been dropped.

Applies to

See also