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





Raised when a tab has been clicked.

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

 Syntax

C#  Copy Code

public event EventHandler<TabEventArgs> TabClick

Visual Basic  Copy Code

Public Event TabClick As EventHandler(Of TabEventArgs)

 Event Data

TabClick event handlers receive an argument of type TabEventArgs.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace