バージョン

ExecuteCommandInfo コンストラクタ(ICommand,Object,Object,Boolean)

新しい ExecuteCommandInfo を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal command As ICommand, _
   ByVal commandParameter As Object, _
   ByVal originalSource As Object, _
   ByVal continueRouting As Boolean _
)
public ExecuteCommandInfo( 
   ICommand command,
   object commandParameter,
   object originalSource,
   bool continueRouting
)

パラメータ

command
関連するコマンド
commandParameter
コマンドのパラメーターを返します。または、パラメーターがない場合は Null (VB では Nothing) を返します。
originalSource
コマンド イベントのソースであるオブジェクトまたは null。
continueRouting
コマンドをトリガーする元の入力イベントのルーティングを続けるかどうかを示します。
参照