バージョン

BeforeDockChangeEventArgs コンストラクタ

新しい BeforeDockChangeEventArgs インスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal newLocation As DockedLocation, _
   ByVal changeType As DockChangeType, _
   ByVal parent As DockableGroupPane, _
   ByVal newIndex As Integer, _
   ByVal pane As DockablePaneBase _
)
public BeforeDockChangeEventArgs( 
   DockedLocation newLocation,
   DockChangeType changeType,
   DockableGroupPane parent,
   int newIndex,
   DockablePaneBase pane
)

パラメータ

newLocation
変更されている場所。
changeType
変更のタイプ
parent
新しい親ペイン
newIndex
新しい親へのインデックス
pane
そのドッキング状態が変更しているペイン
参照