TabViewExternalTornOutTabsDroppingEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |