TabView.ExternalTornOutTabsDropped Event

Definition

Occurs when tabs torn-out from a TabView in another window have been dropped onto this TabView.

C#
public event TypedEventHandler<TabView,TabViewExternalTornOutTabsDroppedEventArgs> ExternalTornOutTabsDropped;

Event Type

Remarks

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

Handle this event to move dropped tabs from the originating TabView control into this TabView. Use the TabViewExternalTornOutTabsDroppedEventArgs.DropIndex to determine where in the TabView the dropped tab should be inserted.

This event occurs after ExternalTornOutTabsDropping, and only when AllowDrop is set to true in the ExternalTornOutTabsDropping event args and the CanTearOutTabs property is true.

Applies to

Produk Versi
Windows App SDK 1.6

See also