Raised when a tab has been moved interactively through dragging.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TabEventArgs> TabMove |
Visual Basic
Copy Code
|
|---|
Public Event TabMove As EventHandler(Of TabEventArgs) |
Event DataTabMove event handlers receive an argument of type TabEventArgs.
See Also