TabViewExternalTornOutTabsDroppingEventArgs Class

Definition

Provides event data for the TabView.ExternalTornOutTabsDropping event.

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

Properties

AllowDrop

Gets or sets a value that indicates whether or not to accept the tabs that are being dropped.

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 are being dropped.

Tabs

Gets the tabs that are being dropped.

Applies to

See also