[]
        
(Showing Draft Content)

FarPoint.Win.TabManagerChangeEventArgs.-ctor

TabManagerChangeEventArgs Constructor

TabManagerChangeEventArgs(TabManagerChangeAction, int)

Initializes a new TabManagerChangeEventArgs object.

Declaration
public TabManagerChangeEventArgs(TabManagerChangeAction action, int index)
Public Sub New(action As TabManagerChangeAction, index As Integer)
Parameters
Type Name Description
TabManagerChangeAction action

Specifies the change action for the tabs.

int index

The index of tab

TabManagerChangeEventArgs(TabManagerChangeAction, int, int)

Represents the event data for the TabManagerChange event.

Declaration
public TabManagerChangeEventArgs(TabManagerChangeAction action, int index1, int index2)
Public Sub New(action As TabManagerChangeAction, index1 As Integer, index2 As Integer)
Parameters
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.