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





Raised when a tab has been added to the control.

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

 Syntax

C#  Copy Code

public event EventHandler<TabEventArgs> TabAdd

Visual Basic  Copy Code

Public Event TabAdd As EventHandler(Of TabEventArgs)

 Event Data

TabAdd event handlers receive an argument of type TabEventArgs.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace