[]
Initializes a new TabManagerChangeEventArgs object.
public TabManagerChangeEventArgs(TabManagerChangeAction action, int index)
Public Sub New(action As TabManagerChangeAction, index As Integer)
| Type | Name | Description |
|---|---|---|
| TabManagerChangeAction | action | Specifies the change action for the tabs. |
| int | index | The index of tab |
Represents the event data for the TabManagerChange event.
public TabManagerChangeEventArgs(TabManagerChangeAction action, int index1, int index2)
Public Sub New(action As TabManagerChangeAction, index1 As Integer, index2 As Integer)
| Type | Name | Description |
|---|---|---|
| TabManagerChangeAction | action | Specifies the change action for the tabs. |
| int | index1 | The index of first tab. |
| int | index2 | The index of last tab. |