MindFusion.Wpf Pack Programmer's Guide
TabEventArgs Constructor
See Also
 





Initializes a new instance of the TabEventArgs class.

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

 Syntax

C#  Copy Code

public TabEventArgs (
    Object obj,
    TabItem tab,
    MouseEventArgs e,
    TabControl control
)

Visual Basic  Copy Code

Public New ( _
    obj As Object, _
    tab As TabItem, _
    e As MouseEventArgs, _
    control As TabControl _
)

 Parameters

obj

The data item related to the event.

tab
The TabItem related to the event.
e
The MouseEventArgs related to the event.
control
The TabControl related to the event.

 See Also

TabEventArgs Class
MindFusion.UI.Wpf Namespace