バージョン

ExecutingCommandEventArgs コンストラクタ(RoutedCommand,Object)

指定した System.Windows.Input.RoutedCommandExecutingCommandEventArgs の新しいインスタンスを初期化します
シンタックス
'宣言
 
Public Function New( _
   ByVal command As RoutedCommand, _
   ByVal parameter As Object _
)
public ExecutingCommandEventArgs( 
   RoutedCommand command,
   object parameter
)

パラメータ

command
実行されるコマンド
parameter
コマンドのパラメーター。
参照