バージョン

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

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

パラメータ

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