TabView.TabTearOutRequested Event

Definition

Occurs when the user has started to tear-out tabs from a TabView and a new window has been provided by the TabTearOutWindowRequested event.

C#
public event TypedEventHandler<TabView,TabViewTabTearOutRequestedEventArgs> TabTearOutRequested;

Event Type

Remarks

For more information and examples, see Tab view > Tab tear-out.

Handle this event to transfer the torn-out tab data items to the window specified by NewWindowId. This is usually done by adding them to the TabItemsSource of a TabView control in that new window.

This event occurs after the TabTearOutWindowRequested event has completed (where NewWindowId is set) and only when the CanTearOutTabs property is true.

Applies to

Produkt Verzie
Windows App SDK 1.6

See also