Raised when the mouse is pressed over a tab.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TabEventArgs> TabDown |
Visual Basic
Copy Code
|
|---|
Public Event TabDown As EventHandler(Of TabEventArgs) |
Event DataTabDown event handlers receive an argument of type TabEventArgs.
See Also