TabView.TabClosing Event
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.
Occurs when a tab's Close button is clicked. Set Cancel to true to prevent automatic Tab Closure.
public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TabClosingEventArgs> TabClosing;
member this.TabClosing : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.TabClosingEventArgs>
Public Event TabClosing As EventHandler(Of TabClosingEventArgs)