Raised when the tab selection has changed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TabEventArgs> TabSelectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event TabSelectionChanged As EventHandler(Of TabEventArgs) |
Event DataTabSelectionChanged event handlers receive an argument of type TabEventArgs.
See Also