Edit

Share via


TabView.TabDraggedOutside Event

Definition

Occurs when a tab is dragged by the user outside of the TabView. Generally, this paradigm is used to create a new-window with the torn-off tab. The creation and handling of the new-window is left to the app's developer.

public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TabDraggedOutsideEventArgs> TabDraggedOutside;
member this.TabDraggedOutside : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TabDraggedOutsideEventArgs> 
Public Event TabDraggedOutside As EventHandler(Of TabDraggedOutsideEventArgs) 

Event Type

Applies to