[]
Represents the event data for the TabManagerChange event.
public class TabManagerChangeEventArgs : EventArgs
Public Class TabManagerChangeEventArgs
Inherits EventArgs
Name | Description |
---|---|
TabManagerChangeEventArgs(TabManagerChangeAction, int) | Initializes a new TabManagerChangeEventArgs object. |
TabManagerChangeEventArgs(TabManagerChangeAction, int, int) | Represents the event data for the TabManagerChange event. |
Name | Description |
---|---|
TabAction | Specifies the change action for the tabs. |
TabIndex | The index of tab. |
TabIndex1 | The index of first tab. |
TabIndex2 | The index of last tab. |