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





Raised when the tab selection has changed.

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

 Syntax

C#  Copy Code

public event EventHandler<TabEventArgs> TabSelectionChanged

Visual Basic  Copy Code

Public Event TabSelectionChanged As EventHandler(Of TabEventArgs)

 Event Data

TabSelectionChanged event handlers receive an argument of type TabEventArgs.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace