バージョン

Execute メソッド (CommandSource)

この System.Windows.Input.ICommand にアタッチされる CommandSource を発生します。
シンタックス
'宣言
 
Protected Sub Execute( _
   ByVal target As ICommandTarget, _
   ByVal canExecute As Boolean _
) 
protected void Execute( 
   ICommandTarget target,
   bool canExecute
)

パラメータ

target
コマンドが発生される Infragistics.ICommandTarget
canExecute
System.Windows.Input.ICommand が実行されるかどうか。
参照