バージョン

CancelablePaneButtonEventArgs コンストラクタ

指定した DockablePaneBasePaneButton を使用して、新しい CancelablePaneButtonEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal pane As DockablePaneBase, _
   ByVal button As PaneButton _
)
public CancelablePaneButtonEventArgs( 
   DockablePaneBase pane,
   PaneButton button
)

パラメータ

pane
ペイン オブジェクト
button
ペイン ボタン
参照