Raised when the 'Add Tab' button in the item's header is clicked.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler AddTab |
Visual Basic
Copy Code
|
|---|
Public Event AddTab As EventHandler |
Event DataAddTab event handlers receive an argument of type EventArgs.
See Also