MindFusion.Wpf Pack Programmer's Guide
TabControl.TabLeave Event
See Also
 





Raised when the mouse leaves a tab.

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

 Syntax

C#  Copy Code

public event EventHandler<TabEventArgs> TabLeave

Visual Basic  Copy Code

Public Event TabLeave As EventHandler(Of TabEventArgs)

 Event Data

TabLeave event handlers receive an argument of type TabEventArgs.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace