Raised when a tab has been added to the control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TabEventArgs> TabAdd |
Visual Basic
Copy Code
|
|---|
Public Event TabAdd As EventHandler(Of TabEventArgs) |
Event DataTabAdd event handlers receive an argument of type TabEventArgs.
See Also