バージョン

MdiTabMovingEventArgs コンストラクタ

新しい MdiTabMovingEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tab As MdiTab, _
   ByVal tabGroup As MdiTabGroup, _
   ByVal tabIndex As Integer _
)
public MdiTabMovingEventArgs( 
   MdiTab tab,
   MdiTabGroup tabGroup,
   int tabIndex
)

パラメータ

tab
関連付けられた MdiTab
tabGroup
MdiTab を含む MdiTabGroup
tabIndex
MdiTab が追加されるインデックス
参照