Search
TabItem.RemoveTab Event
See Also
 





Raised when the 'Remove Tab' button in the item's header is clicked.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler RemoveTab

Visual Basic  Copy Code

Public Event RemoveTab As EventHandler

 Event Data

RemoveTab event handlers receive an argument of type EventArgs.

 See Also